mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Disable construction of pool allocator
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e7113ad6c6
commit
0ea3e6dc41
@ -6,9 +6,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#if 1
|
||||
#include "llvm/Pass.h"
|
||||
#else
|
||||
#if 0
|
||||
#include "llvm/Transforms/IPO.h"
|
||||
#include "llvm/Transforms/Utils/Cloning.h"
|
||||
#include "llvm/Analysis/DataStructure.h"
|
||||
@ -1749,7 +1747,6 @@ bool PoolAllocate::run(Module &M) {
|
||||
DS = 0;
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
// createPoolAllocatePass - Global function to access the functionality of this
|
||||
// pass...
|
||||
@ -1759,3 +1756,4 @@ Pass *createPoolAllocatePass() {
|
||||
return 0;
|
||||
//return new PoolAllocate();
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user