[llvm-commits] CVS: llvm-poolalloc/include/poolalloc/PoolAllocate.h
John Criswell
criswell at cs.uiuc.edu
Wed Jan 10 12:45:42 PST 2007
Changes in directory llvm-poolalloc/include/poolalloc:
PoolAllocate.h updated: 1.52 -> 1.53
---
Log message:
Updated to new LLVM API.
---
Diffs of the changes: (+3 -3)
PoolAllocate.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm-poolalloc/include/poolalloc/PoolAllocate.h
diff -u llvm-poolalloc/include/poolalloc/PoolAllocate.h:1.52 llvm-poolalloc/include/poolalloc/PoolAllocate.h:1.53
--- llvm-poolalloc/include/poolalloc/PoolAllocate.h:1.52 Wed Dec 13 23:51:06 2006
+++ llvm-poolalloc/include/poolalloc/PoolAllocate.h Wed Jan 10 14:45:21 2007
@@ -131,10 +131,10 @@
#ifdef SAFECODE
ConvertUnsafeAllocas *CUAPass;
#endif
- Function *PoolInit, *PoolDestroy, *PoolAlloc, *PoolRealloc, *PoolMemAlign;
- Function *PoolFree;
+ Constant *PoolInit, *PoolDestroy, *PoolAlloc, *PoolRealloc, *PoolMemAlign;
+ Constant *PoolFree;
#if defined(SAFECODE) || defined(BOUNDS_CHECK)
- Function *PoolRegister;
+ Constant *PoolRegister;
#endif
static const Type *PoolDescPtrTy;
More information about the llvm-commits
mailing list