[llvm-commits] CVS: poolalloc/lib/PoolAllocate/PoolAllocate.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Jul 15 17:09:20 PDT 2004



Changes in directory poolalloc/lib/PoolAllocate:

PoolAllocate.cpp updated: 1.70 -> 1.71

---
Log message:

IA64 support


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

Index: poolalloc/lib/PoolAllocate/PoolAllocate.cpp
diff -u poolalloc/lib/PoolAllocate/PoolAllocate.cpp:1.70 poolalloc/lib/PoolAllocate/PoolAllocate.cpp:1.71
--- poolalloc/lib/PoolAllocate/PoolAllocate.cpp:1.70	Wed Jul  7 01:22:54 2004
+++ poolalloc/lib/PoolAllocate/PoolAllocate.cpp	Thu Jul 15 19:09:10 2004
@@ -68,7 +68,7 @@
                        clEnumVal(CyclicNodes, "  Pool allocate nodes with cycles"),
                        clEnumVal(SmartCoallesceNodes, "  Use the smart node merging heuristic"),
                        clEnumVal(NoNodes, "  Do not pool allocate anything"),
-                       0),
+                       clEnumValEnd),
             cl::init(SmartCoallesceNodes));
   
   cl::opt<bool>





More information about the llvm-commits mailing list