[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcInstrInfo.td

Chris Lattner sabre at nondot.org
Fri Nov 3 15:47:34 PST 2006



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);
 }
 






More information about the llvm-commits mailing list