Changes in directory llvm-poolalloc/runtime/FL2Allocator:

PoolAllocator.cpp updated: 1.54 -> 1.55
---
Log message:

Add a trace statement

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

 PoolAllocator.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm-poolalloc/runtime/FL2Allocator/PoolAllocator.cpp
diff -u llvm-poolalloc/runtime/FL2Allocator/PoolAllocator.cpp:1.54 
llvm-poolalloc/runtime/FL2Allocator/PoolAllocator.cpp:1.55
--- llvm-poolalloc/runtime/FL2Allocator/PoolAllocator.cpp:1.54  Thu Jun 29 
16:47:25 2006
+++ llvm-poolalloc/runtime/FL2Allocator/PoolAllocator.cpp       Sun Sep 24 
14:49:54 2006
@@ -666,6 +666,7 @@
 
     // If we are not allowed to grow this pool, don't.
     if (!PoolTraits::CanGrowPool) {
+      DO_IF_TRACE(fprintf(stderr, "Pool Overflow, not growable\n"));
       abort();
       return 0;
     }



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to