aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcInstrInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-29 06:31:44 +0000
committerChris Lattner <sabre@nondot.org>2004-02-29 06:31:44 +0000
commitdce363d5ecf0f6add5541c853eb33214d910812f (patch)
tree8103d71ac96982908ee9399e10e071fbb70c8513 /lib/Target/Sparc/SparcInstrInfo.cpp
parentbceb68807fdb86c794bc8d8f8aef0940f12c2ceb (diff)
Adjust to change in TII ctor arguments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11987 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/SparcInstrInfo.cpp')
-rw-r--r--lib/Target/Sparc/SparcInstrInfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/Sparc/SparcInstrInfo.cpp b/lib/Target/Sparc/SparcInstrInfo.cpp
index 71fc2d6d71..b9ce21cf70 100644
--- a/lib/Target/Sparc/SparcInstrInfo.cpp
+++ b/lib/Target/Sparc/SparcInstrInfo.cpp
@@ -17,7 +17,6 @@
using namespace llvm;
SparcV8InstrInfo::SparcV8InstrInfo()
- : TargetInstrInfo(SparcV8Insts,
- sizeof(SparcV8Insts)/sizeof(SparcV8Insts[0]), 0) {
+ : TargetInstrInfo(SparcV8Insts, sizeof(SparcV8Insts)/sizeof(SparcV8Insts[0])){
}