Changes in directory llvm/lib/Target/Sparc:
SparcInstrInfo.td updated: 1.131 -> 1.132 --- Log message: remove redundant/dead vars --- Diffs of the changes: (+0 -2) SparcInstrInfo.td | 2 -- 1 files changed, 2 deletions(-) Index: llvm/lib/Target/Sparc/SparcInstrInfo.td diff -u llvm/lib/Target/Sparc/SparcInstrInfo.td:1.131 llvm/lib/Target/Sparc/SparcInstrInfo.td:1.132 --- llvm/lib/Target/Sparc/SparcInstrInfo.td:1.131 Fri Oct 13 16:14:26 2006 +++ llvm/lib/Target/Sparc/SparcInstrInfo.td Fri Nov 3 17:47:20 2006 @@ -73,12 +73,10 @@ // Address operands def MEMrr : Operand<i32> { let PrintMethod = "printMemOperand"; - let NumMIOperands = 2; let MIOperandInfo = (ops IntRegs, IntRegs); } def MEMri : Operand<i32> { let PrintMethod = "printMemOperand"; - let NumMIOperands = 2; let MIOperandInfo = (ops IntRegs, i32imm); } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits