[llvm-commits] CVS: llvm/include/llvm/Transforms/IPO.h
Chris Lattner
lattner at cs.uiuc.edu
Mon Feb 3 13:09:31 PST 2003
Changes in directory llvm/include/llvm/Transforms:
IPO.h updated: 1.15 -> 1.16
---
Log message:
Remove pool alloc accessor
---
Diffs of the changes:
Index: llvm/include/llvm/Transforms/IPO.h
diff -u llvm/include/llvm/Transforms/IPO.h:1.15 llvm/include/llvm/Transforms/IPO.h:1.16
--- llvm/include/llvm/Transforms/IPO.h:1.15 Tue Nov 19 14:43:24 2002
+++ llvm/include/llvm/Transforms/IPO.h Mon Feb 3 13:08:33 2003
@@ -70,14 +70,6 @@
//===----------------------------------------------------------------------===//
-// 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.
//
More information about the llvm-commits
mailing list