diff options
-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. // |