Skip to content

Commit c3c50ef

Browse files
committed
Remove CorrelatedValuePropagation from the default pass set for LLVM 2.8. It
has not yet received enough testing prior to this release. llvm-svn: 113060
1 parent bf3d879 commit c3c50ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/Support/StandardPasses.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ namespace llvm {
122122
PM->add(createSimplifyLibCallsPass()); // Library Call Optimizations
123123
PM->add(createInstructionCombiningPass()); // Cleanup for scalarrepl.
124124
PM->add(createJumpThreadingPass()); // Thread jumps.
125-
PM->add(createCorrelatedValuePropagationPass()); // Propagate conditionals
126125
PM->add(createCFGSimplificationPass()); // Merge & remove BBs
127126
PM->add(createInstructionCombiningPass()); // Combine silly seq's
128127

0 commit comments

Comments
 (0)