Removing the pool allocator from the main CVS tree.
authorJohn Criswell <criswell@uiuc.edu>
Wed, 13 Aug 2003 15:36:15 +0000 (15:36 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 13 Aug 2003 15:36:15 +0000 (15:36 +0000)
commit478b3a9682c888d17abef1b19f779852ebba213b
treee097f9e0f89fcfd0d39297394d20a2dbcaadaf3a
parent3ccd17ea2a6c5e68993657a0cbe80f5f00e1aaed
Removing the pool allocator from the main CVS tree.
Use the poolalloc module in CVS from now on.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7810 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/PoolAllocate.h [deleted file]
lib/Transforms/IPO/OldPoolAllocate.cpp [deleted file]
lib/Transforms/IPO/PoolAllocate.cpp [deleted file]
runtime/GCCLibraries/libpoolalloc/Makefile [deleted file]
runtime/GCCLibraries/libpoolalloc/PoolAllocatorChained.c [deleted file]