[llvm-commits] CVS: llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Jul 15 17:06:36 PDT 2004



Changes in directory llvm/lib/Target/SparcV9/InstrSelection:

InstrSelection.cpp updated: 1.82 -> 1.83

---
Log message:

IA64 compat


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
diff -u llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.82 llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.83
--- llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.82	Wed Jul 14 00:40:50 2004
+++ llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp	Thu Jul 15 19:06:26 2004
@@ -57,7 +57,7 @@
      clEnumValN(Select_DebugInstTrees,   "i",
                 "print debugging info for instruction selection"),
      clEnumValN(Select_DebugBurgTrees,   "b", "print burg trees"),
-                              0));
+                              clEnumValEnd));
 
 
   //===--------------------------------------------------------------------===//





More information about the llvm-commits mailing list