This pass is no longer needed.

llvm-svn: 18782
This commit is contained in:
Chris Lattner 2004-12-10 22:30:32 +00:00
parent bae4b64553
commit dea2bde08f
1 changed files with 0 additions and 1 deletions

View File

@ -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());