[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCInstrInfo.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Feb 29 00:34:50 PST 2004


Changes in directory llvm/lib/Target/PowerPC:

PowerPCInstrInfo.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/PowerPC/PowerPCInstrInfo.cpp
diff -u llvm/lib/Target/PowerPC/PowerPCInstrInfo.cpp:1.2 llvm/lib/Target/PowerPC/PowerPCInstrInfo.cpp:1.3
--- llvm/lib/Target/PowerPC/PowerPCInstrInfo.cpp:1.2	Sat Feb 28 23:59:28 2004
+++ llvm/lib/Target/PowerPC/PowerPCInstrInfo.cpp	Sun Feb 29 00:31:34 2004
@@ -17,6 +17,5 @@
 using namespace llvm;
 
 PowerPCInstrInfo::PowerPCInstrInfo()
-  : TargetInstrInfo(PowerPCInsts,
-                    sizeof(PowerPCInsts)/sizeof(PowerPCInsts[0]), 0) {
+  : TargetInstrInfo(PowerPCInsts, sizeof(PowerPCInsts)/sizeof(PowerPCInsts[0])){
 }





More information about the llvm-commits mailing list