[llvm-commits] CVS: poolalloc/runtime/FL2Allocator/FreeListAllocator.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Nov 7 12:45:01 PST 2004
Changes in directory poolalloc/runtime/FL2Allocator:
FreeListAllocator.cpp updated: 1.19 -> 1.20
---
Log message:
fix typeo
---
Diffs of the changes: (+1 -1)
Index: poolalloc/runtime/FL2Allocator/FreeListAllocator.cpp
diff -u poolalloc/runtime/FL2Allocator/FreeListAllocator.cpp:1.19 poolalloc/runtime/FL2Allocator/FreeListAllocator.cpp:1.20
--- poolalloc/runtime/FL2Allocator/FreeListAllocator.cpp:1.19 Sun Nov 7 14:14:29 2004
+++ poolalloc/runtime/FL2Allocator/FreeListAllocator.cpp Sun Nov 7 14:44:50 2004
@@ -34,7 +34,7 @@
//===----------------------------------------------------------------------===//
#ifdef PRINT_POOL_TRACE
-#define DO_IF_POOLDESTROY_STATS
+#define PRINT_POOLDESTROY_STATS
struct PoolID {
PoolTy *PD;
More information about the llvm-commits
mailing list