diff options
author | Chris Lattner <sabre@nondot.org> | 2003-02-03 19:08:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-02-03 19:08:33 +0000 |
commit | 9a64084a8486c7835d88890b4df302791e12e8ac (patch) | |
tree | c2d7233dd21f4becd9fff0847061e5db37387eac | |
parent | f9c81670d7aa4fd3476895917189a25ad8e71ad9 (diff) |
Remove pool alloc accessor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5473 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Transforms/IPO.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h index ba8fd02d9c..404e1c13cf 100644 --- a/include/llvm/Transforms/IPO.h +++ b/include/llvm/Transforms/IPO.h @@ -70,14 +70,6 @@ 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. // |