Remove pool alloc accessor
authorChris Lattner <sabre@nondot.org>
Mon, 3 Feb 2003 19:08:33 +0000 (19:08 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Feb 2003 19:08:33 +0000 (19:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5473 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/IPO.h

index ba8fd02d9cdd615b029b32404b5a9836e7c9af23..404e1c13cf021c64f1061d53e5e5183be0416de1 100644 (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.