[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.td
Evan Cheng
evan.cheng at apple.com
Wed Oct 11 14:03:30 PDT 2006
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.td updated: 1.244 -> 1.245
---
Log message:
Add properties to ComplexPattern.
---
Diffs of the changes: (+4 -4)
PPCInstrInfo.td | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td
diff -u llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.244 llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.245
--- llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.244 Mon Oct 9 15:57:25 2006
+++ llvm/lib/Target/PowerPC/PPCInstrInfo.td Wed Oct 11 16:03:11 2006
@@ -259,10 +259,10 @@
}
// Define PowerPC specific addressing mode.
-def iaddr : ComplexPattern<iPTR, 2, "SelectAddrImm", []>;
-def xaddr : ComplexPattern<iPTR, 2, "SelectAddrIdx", []>;
-def xoaddr : ComplexPattern<iPTR, 2, "SelectAddrIdxOnly",[]>;
-def ixaddr : ComplexPattern<iPTR, 2, "SelectAddrImmShift", []>; // "std"
+def iaddr : ComplexPattern<iPTR, 2, "SelectAddrImm", [], []>;
+def xaddr : ComplexPattern<iPTR, 2, "SelectAddrIdx", [], []>;
+def xoaddr : ComplexPattern<iPTR, 2, "SelectAddrIdxOnly",[], []>;
+def ixaddr : ComplexPattern<iPTR, 2, "SelectAddrImmShift", [], []>; // "std"
//===----------------------------------------------------------------------===//
// PowerPC Instruction Predicate Definitions.
More information about the llvm-commits
mailing list