Remove pool alloc accessor

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5473 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-02-03 19:08:33 +00:00
parent f9c81670d7
commit 9a64084a84

View File

@ -69,14 +69,6 @@ Pass *createFunctionInliningPass();
Pass *createInternalizePass();
//===----------------------------------------------------------------------===//
// createPoolAllocatePass - This transform changes programs so that disjoint
// data structures are allocated out of different pools of memory, increasing
// locality and shrinking pointer size.
//
Pass *createPoolAllocatePass();
//===----------------------------------------------------------------------===//
// These passes are wrappers that can do a few simple structure mutation
// transformations.