[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8InstrInfo.cpp
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Sun Feb 29 00:35:39 PST 2004
    
    
  
Changes in directory llvm/lib/Target/SparcV8:
SparcV8InstrInfo.cpp updated: 1.2 -> 1.3
---
Log message:
Adjust to change in TII ctor arguments
---
Diffs of the changes:  (+1 -2)
Index: llvm/lib/Target/SparcV8/SparcV8InstrInfo.cpp
diff -u llvm/lib/Target/SparcV8/SparcV8InstrInfo.cpp:1.2 llvm/lib/Target/SparcV8/SparcV8InstrInfo.cpp:1.3
--- llvm/lib/Target/SparcV8/SparcV8InstrInfo.cpp:1.2	Sat Feb 28 23:59:31 2004
+++ llvm/lib/Target/SparcV8/SparcV8InstrInfo.cpp	Sun Feb 29 00:31:37 2004
@@ -17,7 +17,6 @@
 using namespace llvm;
 
 SparcV8InstrInfo::SparcV8InstrInfo()
-  : TargetInstrInfo(SparcV8Insts,
-                    sizeof(SparcV8Insts)/sizeof(SparcV8Insts[0]), 0) {
+  : TargetInstrInfo(SparcV8Insts, sizeof(SparcV8Insts)/sizeof(SparcV8Insts[0])){
 }
 
    
    
More information about the llvm-commits
mailing list