[llvm-commits] CVS: llvm/lib/Transforms/IPO/PoolAllocate.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed Oct 16 23:58:01 PDT 2002
Changes in directory llvm/lib/Transforms/IPO:
PoolAllocate.cpp updated: 1.42 -> 1.43
---
Log message:
Really disable pool allocator
---
Diffs of the changes:
Index: llvm/lib/Transforms/IPO/PoolAllocate.cpp
diff -u llvm/lib/Transforms/IPO/PoolAllocate.cpp:1.42 llvm/lib/Transforms/IPO/PoolAllocate.cpp:1.43
--- llvm/lib/Transforms/IPO/PoolAllocate.cpp:1.42 Thu Oct 10 15:33:46 2002
+++ llvm/lib/Transforms/IPO/PoolAllocate.cpp Wed Oct 16 23:57:09 2002
@@ -6,6 +6,9 @@
//
//===----------------------------------------------------------------------===//
+#if 1
+#include "llvm/Pass.h"
+#else
#include "llvm/Transforms/IPO.h"
#include "llvm/Transforms/Utils/CloneFunction.h"
#include "llvm/Analysis/DataStructure.h"
@@ -26,8 +29,6 @@
using std::map;
using std::string;
using std::set;
-
-#if 0
// DEBUG_CREATE_POOLS - Enable this to turn on debug output for the pool
// creation phase in the top level function of a transformed data structure.
More information about the llvm-commits
mailing list