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

Chris Lattner lattner at cs.uiuc.edu
Fri Oct 29 09:59:31 PDT 2004



Changes in directory poolalloc/lib/PoolAllocate:

PoolAllocate.cpp updated: 1.75 -> 1.76

---
Log message:

Default to all nodes



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

Index: poolalloc/lib/PoolAllocate/PoolAllocate.cpp
diff -u poolalloc/lib/PoolAllocate/PoolAllocate.cpp:1.75 poolalloc/lib/PoolAllocate/PoolAllocate.cpp:1.76
--- poolalloc/lib/PoolAllocate/PoolAllocate.cpp:1.75	Thu Oct 28 15:06:41 2004
+++ poolalloc/lib/PoolAllocate/PoolAllocate.cpp	Fri Oct 29 11:59:21 2004
@@ -69,7 +69,7 @@
                        clEnumVal(SmartCoallesceNodes, "  Use the smart node merging heuristic"),
                        clEnumVal(NoNodes, "  Do not pool allocate anything"),
                        clEnumValEnd),
-            cl::init(SmartCoallesceNodes));
+            cl::init(AllNodes));
   
   cl::opt<bool>
   DisableInitDestroyOpt("poolalloc-force-simple-pool-init",





More information about the llvm-commits mailing list