We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4ac19 commit 6bea80eCopy full SHA for 6bea80e
llvm/utils/TableGen/PseudoLoweringEmitter.cpp
@@ -90,7 +90,6 @@ unsigned PseudoLoweringEmitter::addDagOperandMapping(
90
// problem.
91
// FIXME: We probably shouldn't ever get a non-zero BaseIdx here.
92
assert(BaseIdx == 0 && "Named subargument in pseudo expansion?!");
93
- // FIXME: Are the message operand types backward?
94
if (DI->getDef() != Insn.Operands[BaseIdx + i].Rec) {
95
PrintError(Rec, "In pseudo instruction '" + Rec->getName() +
96
"', operand type '" + DI->getDef()->getName() +
0 commit comments