Skip to content

Commit 6bea80e

Browse files
committed
[TableGen] Remove unneeded FIXME. NFC
The message looks correct to me.
1 parent fa4ac19 commit 6bea80e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/utils/TableGen/PseudoLoweringEmitter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ unsigned PseudoLoweringEmitter::addDagOperandMapping(
9090
// problem.
9191
// FIXME: We probably shouldn't ever get a non-zero BaseIdx here.
9292
assert(BaseIdx == 0 && "Named subargument in pseudo expansion?!");
93-
// FIXME: Are the message operand types backward?
9493
if (DI->getDef() != Insn.Operands[BaseIdx + i].Rec) {
9594
PrintError(Rec, "In pseudo instruction '" + Rec->getName() +
9695
"', operand type '" + DI->getDef()->getName() +

0 commit comments

Comments
 (0)