commit | 7ce45783531cfa81bfd7be561ea7e4738e8c6ca8 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Mon Nov 13 23:36:35 2006 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Mon Nov 13 23:36:35 2006 +0000 |
tree | 459ce71956b931173c43b156295d14e18f4748fc | |
parent | d7de496b23fca8145f777a56281457bf64e8bbad [diff] [blame] |
Matches MachineInstr changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31712 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Sparc/SparcInstrInfo.cpp b/lib/Target/Sparc/SparcInstrInfo.cpp index 0a982ff..23f2e42 100644 --- a/lib/Target/Sparc/SparcInstrInfo.cpp +++ b/lib/Target/Sparc/SparcInstrInfo.cpp
@@ -19,7 +19,7 @@ SparcInstrInfo::SparcInstrInfo(SparcSubtarget &ST) : TargetInstrInfo(SparcInsts, sizeof(SparcInsts)/sizeof(SparcInsts[0])), - RI(ST) { + RI(ST, *this) { } static bool isZeroImm(const MachineOperand &op) {