mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
Really disable pool allocator
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4216 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0e74412cee
commit
c966a2acee
@ -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.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user