diff --git a/llvm/lib/Target/Sparc/SparcInstrInfo.td b/llvm/lib/Target/Sparc/SparcInstrInfo.td index 6b7cddcdcb07..434e8d74726d 100644 --- a/llvm/lib/Target/Sparc/SparcInstrInfo.td +++ b/llvm/lib/Target/Sparc/SparcInstrInfo.td @@ -73,12 +73,10 @@ def ADDRri : ComplexPattern; // Address operands def MEMrr : Operand { let PrintMethod = "printMemOperand"; - let NumMIOperands = 2; let MIOperandInfo = (ops IntRegs, IntRegs); } def MEMri : Operand { let PrintMethod = "printMemOperand"; - let NumMIOperands = 2; let MIOperandInfo = (ops IntRegs, i32imm); }