forked from OSchip/llvm-project
parent
d81693515f
commit
d1fd7e958c
|
@ -6,9 +6,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
#include "llvm/Pass.h"
|
|
||||||
#else
|
|
||||||
#include "llvm/Transforms/IPO.h"
|
#include "llvm/Transforms/IPO.h"
|
||||||
#include "llvm/Transforms/Utils/Cloning.h"
|
#include "llvm/Transforms/Utils/Cloning.h"
|
||||||
#include "llvm/Analysis/DataStructure.h"
|
#include "llvm/Analysis/DataStructure.h"
|
||||||
|
@ -1749,7 +1747,6 @@ bool PoolAllocate::run(Module &M) {
|
||||||
DS = 0;
|
DS = 0;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
// createPoolAllocatePass - Global function to access the functionality of this
|
// createPoolAllocatePass - Global function to access the functionality of this
|
||||||
// pass...
|
// pass...
|
||||||
|
@ -1759,3 +1756,4 @@ Pass *createPoolAllocatePass() {
|
||||||
return 0;
|
return 0;
|
||||||
//return new PoolAllocate();
|
//return new PoolAllocate();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue