projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e74412
)
Really disable pool allocator
author
Chris Lattner
<sabre@nondot.org>
Thu, 17 Oct 2002 04:57:09 +0000
(
04:57
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 17 Oct 2002 04:57:09 +0000
(
04:57
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4216
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/IPO/OldPoolAllocate.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/IPO/OldPoolAllocate.cpp
b/lib/Transforms/IPO/OldPoolAllocate.cpp
index 0fec909a908e476756745e8612238edf1a79c056..3037f73d3f57d58f057471fedcf24dc9f00a6b01 100644
(file)
--- a/
lib/Transforms/IPO/OldPoolAllocate.cpp
+++ b/
lib/Transforms/IPO/OldPoolAllocate.cpp
@@
-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"
@@
-27,8
+30,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.
//