From: Chris Lattner Date: Mon, 3 Feb 2003 19:08:33 +0000 (+0000) Subject: Remove pool alloc accessor X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9a64084a8486c7835d88890b4df302791e12e8ac;p=oota-llvm.git Remove pool alloc accessor git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5473 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h index ba8fd02d9cd..404e1c13cf0 100644 --- a/include/llvm/Transforms/IPO.h +++ b/include/llvm/Transforms/IPO.h @@ -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.