From f08d7436ca2ba4dd50cfe49b36ac6dc4bb7c83cd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 23 May 2002 19:27:50 +0000 Subject: No need to run dce with adce right behind! llvm-svn: 2738 --- llvm/tools/gccas/gccas.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/tools/gccas/gccas.cpp') 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 } -- cgit v1.2.3