[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/PoolAllocate.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri Feb 25 13:01:27 PST 2005
Changes in directory llvm-poolalloc/lib/PoolAllocate:
PoolAllocate.cpp updated: 1.104 -> 1.105
---
Log message:
remove obsolete comments
---
Diffs of the changes: (+1 -5)
PoolAllocate.cpp | 6 +-----
1 files changed, 1 insertion(+), 5 deletions(-)
Index: llvm-poolalloc/lib/PoolAllocate/PoolAllocate.cpp
diff -u llvm-poolalloc/lib/PoolAllocate/PoolAllocate.cpp:1.104 llvm-poolalloc/lib/PoolAllocate/PoolAllocate.cpp:1.105
--- llvm-poolalloc/lib/PoolAllocate/PoolAllocate.cpp:1.104 Tue Feb 15 12:52:51 2005
+++ llvm-poolalloc/lib/PoolAllocate/PoolAllocate.cpp Fri Feb 25 15:01:14 2005
@@ -52,11 +52,7 @@
const Type *VoidPtrTy;
- // The type to allocate for a pool descriptor: { sbyte*, uint, uint }
- // void *Data (the data)
- // unsigned NodeSize (size of an allocated node)
- // unsigned FreeablePool (are slabs in the pool freeable upon calls to
- // poolfree?)
+ // The type to allocate for a pool descriptor.
const Type *PoolDescType;
cl::opt<bool>
More information about the llvm-commits
mailing list