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;



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

Reply via email to