[ms-inline asm] Make comment more verbose and add an assert.

llvm-svn: 163125
This commit is contained in:
Chad Rosier 2012-09-03 20:37:01 +00:00
parent 9e2aff8b6d
commit 591a26898f
1 changed files with 2 additions and 1 deletions

View File

@ -1721,7 +1721,8 @@ static void emitConvertToMCInst(CodeGenTarget &Target, StringRef ClassName,
<< " ++MCOperandNum;\n"
<< " break;\n"
<< " case CVT_Tied:\n"
<< " //Inst.getOperand(*(p + 1)));\n"
<< " // FIXME: Tied operand calculation not supported.\n"
<< " assert (0 && \"GetMCInstOperandNumImpl() doesn't support tied operands, yet!\");\n"
<< " break;\n";
// Pre-populate the operand conversion kinds with the standard always