From 02a74ccd613edabc2d3468c38f270f5962fec4a4 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Sun, 3 Nov 2002 12:41:50 +0000 Subject: Disable correlated expressions pass until it is reliable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4512 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/gccas/gccas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gccas/gccas.cpp') diff --git a/tools/gccas/gccas.cpp b/tools/gccas/gccas.cpp index 31f7e6e813..fb5ed091b4 100644 --- a/tools/gccas/gccas.cpp +++ b/tools/gccas/gccas.cpp @@ -76,7 +76,7 @@ void AddConfiguredTransformationPasses(PassManager &PM) { addPass(PM, createInstructionCombiningPass()); // Combine silly seq's addPass(PM, createPromoteMemoryToRegister()); // Promote alloca's to regs addPass(PM, createReassociatePass()); // Reassociate expressions - addPass(PM, createCorrelatedExpressionEliminationPass());// Kill corr branches + //addPass(PM, createCorrelatedExpressionEliminationPass());// Kill corr branches addPass(PM, createInstructionCombiningPass()); // Combine silly seq's addPass(PM, createCFGSimplificationPass()); // Merge & remove BBs addPass(PM, createLICMPass()); // Hoist loop invariants -- cgit v1.2.3-18-g5258