<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Bill,</div><div><br></div>Of course, right after I committed this, I saw your note about not committing things ourselves.  Hopefully this is still alright, since we discussed it previously.  Either way, I'll be sure not to make any direct commits to the branch again.<div><br></div><div>Sorry!</div><div><br></div><div>--Owen<br><div><br><div>Begin forwarded message:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1);"><b>From: </b></span><span style="font-family:'Helvetica'; font-size:medium;">Owen Anderson <<a href="mailto:resistor@mac.com">resistor@mac.com</a>><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1);"><b>Date: </b></span><span style="font-family:'Helvetica'; font-size:medium;">September 3, 2010 8:02:01 PM PDT<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1);"><b>To: </b></span><span style="font-family:'Helvetica'; font-size:medium;"><a href="mailto:llvm-branch-commits@cs.uiuc.edu">llvm-branch-commits@cs.uiuc.edu</a><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1);"><b>Subject: </b></span><span style="font-family:'Helvetica'; font-size:medium;"><b>[llvm-branch-commits] [llvm-branch] r113060 - /llvm/branches/release_28/include/llvm/Support/StandardPasses.h</b><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, 1);"><b>Reply-To: </b></span><span style="font-family:'Helvetica'; font-size:medium;"><a href="mailto:llvm-branch-commits@cs.uiuc.edu">llvm-branch-commits@cs.uiuc.edu</a><br></span></div><br><div>Author: resistor<br>Date: Fri Sep  3 22:02:01 2010<br>New Revision: 113060<br><br>URL: <a href="http://llvm.org/viewvc/llvm-project?rev=113060&view=rev">http://llvm.org/viewvc/llvm-project?rev=113060&view=rev</a><br>Log:<br>Remove CorrelatedValuePropagation from the default pass set for LLVM 2.8.  It<br>has not yet received enough testing prior to this release.<br><br>Modified:<br>    llvm/branches/release_28/include/llvm/Support/StandardPasses.h<br><br>Modified: llvm/branches/release_28/include/llvm/Support/StandardPasses.h<br>URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/branches/release_28/include/llvm/Support/StandardPasses.h?rev=113060&r1=113059&r2=113060&view=diff">http://llvm.org/viewvc/llvm-project/llvm/branches/release_28/include/llvm/Support/StandardPasses.h?rev=113060&r1=113059&r2=113060&view=diff</a><br>==============================================================================<br>--- llvm/branches/release_28/include/llvm/Support/StandardPasses.h (original)<br>+++ llvm/branches/release_28/include/llvm/Support/StandardPasses.h Fri Sep  3 22:02:01 2010<br>@@ -122,7 +122,6 @@<br>       PM->add(createSimplifyLibCallsPass());    // Library Call Optimizations<br>     PM->add(createInstructionCombiningPass());  // Cleanup for scalarrepl.<br>     PM->add(createJumpThreadingPass());         // Thread jumps.<br>-    PM->add(createCorrelatedValuePropagationPass()); // Propagate conditionals<br>     PM->add(createCFGSimplificationPass());     // Merge & remove BBs<br>     PM->add(createInstructionCombiningPass());  // Combine silly seq's<br><br><br><br>_______________________________________________<br>llvm-branch-commits mailing list<br><a href="mailto:llvm-branch-commits@cs.uiuc.edu">llvm-branch-commits@cs.uiuc.edu</a><br>http://lists.cs.uiuc.edu/mailman/listinfo/llvm-branch-commits<br></div></blockquote></div><br></div></body></html>