forked from OSchip/llvm-project
parent
2115154d44
commit
cb663d749d
|
@ -21,7 +21,6 @@ using namespace llvm;
|
||||||
//
|
//
|
||||||
|
|
||||||
char LPPassManager::ID = 0;
|
char LPPassManager::ID = 0;
|
||||||
/// LPPassManager manages FPPassManagers and CalLGraphSCCPasses.
|
|
||||||
|
|
||||||
LPPassManager::LPPassManager(int Depth)
|
LPPassManager::LPPassManager(int Depth)
|
||||||
: FunctionPass(&ID), PMDataManager(Depth) {
|
: FunctionPass(&ID), PMDataManager(Depth) {
|
||||||
|
|
Loading…
Reference in New Issue