From 9a64084a8486c7835d88890b4df302791e12e8ac Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 3 Feb 2003 19:08:33 +0000 Subject: [PATCH] Remove pool alloc accessor git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5473 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/IPO.h | 8 -------- 1 file changed, 8 deletions(-) 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.