diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.td b/llvm/lib/Target/PowerPC/PPCInstrInfo.td index 2ab5d552e845..e28295f6ba36 100644 --- a/llvm/lib/Target/PowerPC/PPCInstrInfo.td +++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.td @@ -244,17 +244,14 @@ def crbitm: Operand { // Address operands def memri : Operand { let PrintMethod = "printMemRegImm"; - let NumMIOperands = 2; let MIOperandInfo = (ops i32imm, ptr_rc); } def memrr : Operand { let PrintMethod = "printMemRegReg"; - let NumMIOperands = 2; let MIOperandInfo = (ops ptr_rc, ptr_rc); } def memrix : Operand { // memri where the imm is shifted 2 bits. let PrintMethod = "printMemRegImmShifted"; - let NumMIOperands = 2; let MIOperandInfo = (ops i32imm, ptr_rc); }