From 15d0113fc6b7b8627477e89b77892cc6af4404d7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 17 Oct 2002 04:57:09 +0000 Subject: [PATCH] Really disable pool allocator llvm-svn: 4216 --- lib/Transforms/IPO/OldPoolAllocate.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/Transforms/IPO/OldPoolAllocate.cpp b/lib/Transforms/IPO/OldPoolAllocate.cpp index 0fec909a908..3037f73d3f5 100644 --- 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. //