From dea2bde08fd62c7de11b52827defa30bae7ba2a6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 10 Dec 2004 22:30:32 +0000 Subject: This pass is no longer needed. llvm-svn: 18782 --- llvm/tools/gccld/GenerateCode.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/tools/gccld/GenerateCode.cpp') diff --git a/llvm/tools/gccld/GenerateCode.cpp b/llvm/tools/gccld/GenerateCode.cpp index ee9e42c49d4..986104be59d 100644 --- a/llvm/tools/gccld/GenerateCode.cpp +++ b/llvm/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()); -- cgit v1.2.3