remove dead vars
authorChris Lattner <sabre@nondot.org>
Fri, 3 Nov 2006 23:46:45 +0000 (23:46 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 3 Nov 2006 23:46:45 +0000 (23:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31433 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCInstrInfo.td

index 2ab5d552e8459df98b7fe212c23aa84a54f0c090..e28295f6ba366d8516689c9c6e5b2fe852f87081 100644 (file)
@@ -244,17 +244,14 @@ def crbitm: Operand<i8> {
 // Address operands
 def memri : Operand<iPTR> {
   let PrintMethod = "printMemRegImm";
-  let NumMIOperands = 2;
   let MIOperandInfo = (ops i32imm, ptr_rc);
 }
 def memrr : Operand<iPTR> {
   let PrintMethod = "printMemRegReg";
-  let NumMIOperands = 2;
   let MIOperandInfo = (ops ptr_rc, ptr_rc);
 }
 def memrix : Operand<iPTR> {   // memri where the imm is shifted 2 bits.
   let PrintMethod = "printMemRegImmShifted";
-  let NumMIOperands = 2;
   let MIOperandInfo = (ops i32imm, ptr_rc);
 }