Add in the first step of the multiple pointer support. This adds in support to the...
[oota-llvm.git] / include / llvm / MC / MCTargetAsmParser.h
index c5451ceec4d2b1bfb5e0056a3f309443857f79e0..a966a6b8b32cae12e42a7b83cfcd23ff62562a80 100644 (file)
@@ -50,6 +50,8 @@ public:
   virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc,
                              SMLoc &EndLoc) = 0;
 
+  /// MapAndConstraints - Map inline assembly operands to MCInst operands
+  /// and an associated constraint.
   typedef std::pair< unsigned, std::string > MapAndConstraint;
   typedef SmallVector<MapAndConstraint, 4> MatchInstMapAndConstraints;
   typedef SmallVectorImpl<MapAndConstraint> MatchInstMapAndConstraintsImpl;