diff options
Diffstat (limited to 'tools/gccld/GenerateCode.cpp')
-rw-r--r-- | tools/gccld/GenerateCode.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gccld/GenerateCode.cpp b/tools/gccld/GenerateCode.cpp index ee9e42c49d..986104be59 100644 --- a/tools/gccld/GenerateCode.cpp +++ b/tools/gccld/GenerateCode.cpp @@ -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()); |