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

Evan Cheng evan.cheng at apple.com
Wed Oct 11 14:03:32 PDT 2006



Changes in directory llvm/lib/Target/Sparc:

SparcInstrInfo.td updated: 1.128 -> 1.129
---
Log message:

Add properties to ComplexPattern.

---
Diffs of the changes:  (+2 -2)

 SparcInstrInfo.td |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/lib/Target/Sparc/SparcInstrInfo.td
diff -u llvm/lib/Target/Sparc/SparcInstrInfo.td:1.128 llvm/lib/Target/Sparc/SparcInstrInfo.td:1.129
--- llvm/lib/Target/Sparc/SparcInstrInfo.td:1.128	Mon Oct  9 15:57:25 2006
+++ llvm/lib/Target/Sparc/SparcInstrInfo.td	Wed Oct 11 16:03:11 2006
@@ -67,8 +67,8 @@
 }], HI22>;
 
 // Addressing modes.
-def ADDRrr : ComplexPattern<i32, 2, "SelectADDRrr", []>;
-def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex]>;
+def ADDRrr : ComplexPattern<i32, 2, "SelectADDRrr", [], []>;
+def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex], []>;
 
 // Address operands
 def MEMrr : Operand<i32> {






More information about the llvm-commits mailing list