[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the

MCTargetAsmParser class.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163122 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chad Rosier
2012-09-03 18:47:45 +00:00
parent ad2d3e637a
commit 038f3e3127
6 changed files with 40 additions and 6 deletions

View File

@@ -111,6 +111,9 @@ public:
return Match_Success;
}
virtual unsigned GetMCInstOperandNum(unsigned Kind, MCInst &Inst,
const SmallVectorImpl<MCParsedAsmOperand*> &Operands,
unsigned OperandNum) = 0;
};
} // End llvm namespace