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

Chris Lattner lattner at cs.uiuc.edu
Thu Jul 15 17:07:31 PDT 2004



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

PhyRegAlloc.cpp updated: 1.152 -> 1.153

---
Log message:

IA64 compat


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

Index: llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
diff -u llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp:1.152 llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp:1.153
--- llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp:1.152	Sun Jul  4 07:19:56 2004
+++ llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp	Thu Jul 15 19:07:21 2004
@@ -63,7 +63,7 @@
   clEnumValN(RA_DEBUG_Interference,"ig","debug output for interference graphs"),
   clEnumValN(RA_DEBUG_LiveRanges , "lr","debug output for live ranges"),
   clEnumValN(RA_DEBUG_Verbose,     "v", "extra debug output"),
-                   0));
+                   clEnumValEnd));
 
 /// The reoptimizer wants to be able to grovel through the register
 /// allocator's state after it has done its job. This is a hack.





More information about the llvm-commits mailing list