forked from OSchip/llvm-project
parent
bae4b64553
commit
dea2bde08f
|
@ -171,7 +171,6 @@ int llvm::GenerateBytecode(Module *M, int StripLevel, bool Internalize,
|
|||
|
||||
// Propagate constants at call sites into the functions they call.
|
||||
addPass(Passes, createIPSCCPPass());
|
||||
addPass(Passes, createCFGSimplificationPass());
|
||||
|
||||
// Remove unused arguments from functions...
|
||||
addPass(Passes, createDeadArgEliminationPass());
|
||||
|
|
Loading…
Reference in New Issue