[llvm-commits] [poolalloc] r47854 - /poolalloc/trunk/include/poolalloc/PoolAllocate.h
John Criswell
criswell at uiuc.edu
Mon Mar 3 12:41:07 PST 2008
Author: criswell
Date: Mon Mar 3 14:41:07 2008
New Revision: 47854
URL: http://llvm.org/viewvc/llvm-project?rev=47854&view=rev
Log:
Added support for strdup().
Modified:
poolalloc/trunk/include/poolalloc/PoolAllocate.h
Modified: poolalloc/trunk/include/poolalloc/PoolAllocate.h
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/include/poolalloc/PoolAllocate.h?rev=47854&r1=47853&r2=47854&view=diff
==============================================================================
--- poolalloc/trunk/include/poolalloc/PoolAllocate.h (original)
+++ poolalloc/trunk/include/poolalloc/PoolAllocate.h Mon Mar 3 14:41:07 2008
@@ -132,6 +132,7 @@
#endif
Constant *PoolInit, *PoolDestroy, *PoolAlloc, *PoolRealloc, *PoolMemAlign;
Constant *PoolFree;
+ Constant *PoolStrdup;
#if defined(SAFECODE) || defined(BOUNDS_CHECK)
Constant *PoolRegister;
#endif
More information about the llvm-commits
mailing list