diff options
author | Chris Lattner <sabre@nondot.org> | 2004-12-10 22:30:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-12-10 22:30:32 +0000 |
commit | c59e09ec54eabb824b7f5e9db32bbd5035691fdb (patch) | |
tree | d7a6a635a25a0c17dc46a2a3f8b03cdfef58a39d /tools/gccld | |
parent | 5f9e8b4c3fbafe0a3f968392386f2b6c83d7e45f (diff) | |
download | external_llvm-c59e09ec54eabb824b7f5e9db32bbd5035691fdb.zip external_llvm-c59e09ec54eabb824b7f5e9db32bbd5035691fdb.tar.gz external_llvm-c59e09ec54eabb824b7f5e9db32bbd5035691fdb.tar.bz2 |
This pass is no longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18782 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccld')
-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 ee9e42c..986104b 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()); |