summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-10-11 21:03:53 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-10-11 21:03:53 +0000
commit577ef7694e5a7d99b1420e4ff9859f962a9fb5d8 (patch)
tree818056b40ff75619ac164c251d3999af42cd7564 /llvm/lib/Target/Sparc
parent2022c79d7fbe99fe2548b9f1dca0e21027386f3c (diff)
downloadbcm5719-llvm-577ef7694e5a7d99b1420e4ff9859f962a9fb5d8.tar.gz
bcm5719-llvm-577ef7694e5a7d99b1420e4ff9859f962a9fb5d8.zip
Add properties to ComplexPattern.
llvm-svn: 30891
Diffstat (limited to 'llvm/lib/Target/Sparc')
-rw-r--r--llvm/lib/Target/Sparc/SparcInstrInfo.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInstrInfo.td b/llvm/lib/Target/Sparc/SparcInstrInfo.td
index 6fc44819348..713f0e52d92 100644
--- a/llvm/lib/Target/Sparc/SparcInstrInfo.td
+++ b/llvm/lib/Target/Sparc/SparcInstrInfo.td
@@ -67,8 +67,8 @@ def SETHIimm : PatLeaf<(imm), [{
}], 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> {
OpenPOWER on IntegriCloud