mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-14 17:56:39 +00:00
[TableGen] Remove unneeded FIXME. NFC
The message looks correct to me.
This commit is contained in:
parent
fa4ac19f0f
commit
6bea80e93f
@ -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() +
|
||||
|
Loading…
x
Reference in New Issue
Block a user