mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 09:13:34 +00:00
This pass is no longer needed.
llvm-svn: 18782
This commit is contained in:
parent
d1d00e017b
commit
808f19c775
@ -171,7 +171,6 @@ int llvm::GenerateBytecode(Module *M, int StripLevel, bool Internalize,
|
|||||||
|
|
||||||
// Propagate constants at call sites into the functions they call.
|
// Propagate constants at call sites into the functions they call.
|
||||||
addPass(Passes, createIPSCCPPass());
|
addPass(Passes, createIPSCCPPass());
|
||||||
addPass(Passes, createCFGSimplificationPass());
|
|
||||||
|
|
||||||
// Remove unused arguments from functions...
|
// Remove unused arguments from functions...
|
||||||
addPass(Passes, createDeadArgEliminationPass());
|
addPass(Passes, createDeadArgEliminationPass());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user