diff --git a/include/llvm/MC/MCTargetAsmParser.h b/include/llvm/MC/MCTargetAsmParser.h index c5451ceec4d..a966a6b8b32 100644 --- a/include/llvm/MC/MCTargetAsmParser.h +++ b/include/llvm/MC/MCTargetAsmParser.h @@ -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 MatchInstMapAndConstraints; typedef SmallVectorImpl MatchInstMapAndConstraintsImpl;