From 685d3486535dc4be65028e01a730a0b3d4803021 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Fri, 5 Oct 2012 19:00:51 +0000 Subject: [ms-inline asm] Add a comment describing the MapAndConstraints. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165326 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCTargetAsmParser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/llvm/MC/MCTargetAsmParser.h b/include/llvm/MC/MCTargetAsmParser.h index c5451ceec4..a966a6b8b3 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; -- cgit v1.2.3