Really disable pool allocator

llvm-svn: 4216
This commit is contained in:
Chris Lattner 2002-10-17 04:57:09 +00:00
parent f10327ebce
commit 3ff5457b32
1 changed files with 3 additions and 2 deletions

View File

@ -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.
//