[TableGen] Remove unneeded FIXME. NFC

The message looks correct to me.
This commit is contained in:
Craig Topper 2025-04-11 19:55:16 -07:00
parent fa4ac19f0f
commit 6bea80e93f

View File

@ -90,7 +90,6 @@ unsigned PseudoLoweringEmitter::addDagOperandMapping(
// problem.
// FIXME: We probably shouldn't ever get a non-zero BaseIdx here.
assert(BaseIdx == 0 && "Named subargument in pseudo expansion?!");
// FIXME: Are the message operand types backward?
if (DI->getDef() != Insn.Operands[BaseIdx + i].Rec) {
PrintError(Rec, "In pseudo instruction '" + Rec->getName() +
"', operand type '" + DI->getDef()->getName() +