mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
[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
This commit is contained in:
parent
9ba9d4d76b
commit
685d348653
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user