[ms-inline asm] Add a comment.

llvm-svn: 163123
This commit is contained in:
Chad Rosier 2012-09-03 19:04:35 +00:00
parent 391d299737
commit 0f13c3ccf8
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ GetMCInstOperandNum(unsigned Kind, MCInst &Inst,
const SmallVectorImpl<MCParsedAsmOperand*> &Operands,
unsigned OperandNum) {
assert (0 && "GetMCInstOperandNum() not supported by the Mips target.");
// The Mips backend doesn't currently include the matcher implementation, so
// the GetMCInstOperandNumImpl() is undefined. This is a temporary
// work around.
return 0;
}