forked from OSchip/llvm-project
parent
133e8040ca
commit
9e064a2180
|
@ -89,4 +89,4 @@ bool ADCE::runOnFunction(Function& F) {
|
|||
|
||||
FunctionPass *llvm::createAggressiveDCEPass() {
|
||||
return new ADCE();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue