From 577ef7694e5a7d99b1420e4ff9859f962a9fb5d8 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 11 Oct 2006 21:03:53 +0000 Subject: Add properties to ComplexPattern. llvm-svn: 30891 --- llvm/lib/Target/Sparc/SparcInstrInfo.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/Target/Sparc') 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; -def ADDRri : ComplexPattern; +def ADDRrr : ComplexPattern; +def ADDRri : ComplexPattern; // Address operands def MEMrr : Operand { -- cgit v1.2.3