mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
[ms-inline asm] Make comment more verbose and add an assert.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163125 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1721,7 +1721,8 @@ static void emitConvertToMCInst(CodeGenTarget &Target, StringRef ClassName,
|
|||||||
<< " ++MCOperandNum;\n"
|
<< " ++MCOperandNum;\n"
|
||||||
<< " break;\n"
|
<< " break;\n"
|
||||||
<< " case CVT_Tied:\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";
|
<< " break;\n";
|
||||||
|
|
||||||
// Pre-populate the operand conversion kinds with the standard always
|
// Pre-populate the operand conversion kinds with the standard always
|
||||||
|
Reference in New Issue
Block a user