[llvm-commits] CVS: llvm-poolalloc/runtime/FL2Allocator/PoolAllocator.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Mar 10 11:13:10 PST 2005



Changes in directory llvm-poolalloc/runtime/FL2Allocator:

PoolAllocator.cpp updated: 1.43 -> 1.44
---
Log message:

update to reflect file rename


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

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


Index: llvm-poolalloc/runtime/FL2Allocator/PoolAllocator.cpp
diff -u llvm-poolalloc/runtime/FL2Allocator/PoolAllocator.cpp:1.43 llvm-poolalloc/runtime/FL2Allocator/PoolAllocator.cpp:1.44
--- llvm-poolalloc/runtime/FL2Allocator/PoolAllocator.cpp:1.43	Thu Mar 10 13:05:53 2005
+++ llvm-poolalloc/runtime/FL2Allocator/PoolAllocator.cpp	Thu Mar 10 13:12:57 2005
@@ -1,4 +1,4 @@
-//===- FreeListAllocator.cpp - Simple linked-list based pool allocator ----===//
+//===- PoolAllocator.cpp - Simple free-list based pool allocator ----------===//
 // 
 //                       The LLVM Compiler Infrastructure
 //






More information about the llvm-commits mailing list