diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-05-23 19:27:50 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-05-23 19:27:50 +0000 |
| commit | f08d7436ca2ba4dd50cfe49b36ac6dc4bb7c83cd (patch) | |
| tree | f7a679c9bd7bf1cdc24f7c4bed953377bc771ff1 /llvm | |
| parent | 450d928d3abb20d8f9a8282c483d35fe237fd6cf (diff) | |
| download | bcm5719-llvm-f08d7436ca2ba4dd50cfe49b36ac6dc4bb7c83cd.tar.gz bcm5719-llvm-f08d7436ca2ba4dd50cfe49b36ac6dc4bb7c83cd.zip | |
No need to run dce with adce right behind!
llvm-svn: 2738
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/tools/gccas/gccas.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/gccas/gccas.cpp b/llvm/tools/gccas/gccas.cpp index c2f5a1838e2..3ddef9ad541 100644 --- a/llvm/tools/gccas/gccas.cpp +++ b/llvm/tools/gccas/gccas.cpp @@ -87,7 +87,6 @@ int main(int argc, char **argv) { // Run instcombine after redundancy elimination to exploit opportunities // opened up by them. Passes.add(createInstructionCombiningPass()); - Passes.add(createDeadCodeEliminationPass()); // Remove Dead code/vars Passes.add(createAggressiveDCEPass()); // SSA based 'Agressive DCE' Passes.add(createCFGSimplificationPass()); // Merge & remove BBs } |

