mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
[ms-inline asm] Add a comment describing the MapAndConstraints.
llvm-svn: 165326
This commit is contained in:
parent
179f50da7a
commit
dfe52bb6c3
@ -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