summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcInstrInfo.td
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
commitaf9db75943c11eebd642c1645d3c3f4003fe37e3 (patch)
tree070aea442199e4facfd16b484c74296479168ce4 /lib/Target/Sparc/SparcInstrInfo.td
parent94b3040fef9475c74b877fb32cb45200cea273bb (diff)
downloadllvm-af9db75943c11eebd642c1645d3c3f4003fe37e3.tar.gz
llvm-af9db75943c11eebd642c1645d3c3f4003fe37e3.tar.bz2
llvm-af9db75943c11eebd642c1645d3c3f4003fe37e3.tar.xz
Add properties to ComplexPattern.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30891 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/SparcInstrInfo.td')
-rw-r--r--lib/Target/Sparc/SparcInstrInfo.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Sparc/SparcInstrInfo.td b/lib/Target/Sparc/SparcInstrInfo.td
index 6fc4481934..713f0e52d9 100644
--- a/lib/Target/Sparc/SparcInstrInfo.td
+++ b/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> {