[llvm-commits] [llvm] r52103 - /llvm/trunk/docs/ReleaseNotes.html
Gordon Henriksen
gordonhenriksen at mac.com
Sun Jun 8 15:05:11 PDT 2008
Author: gordon
Date: Sun Jun 8 17:05:11 2008
New Revision: 52103
URL: http://llvm.org/viewvc/llvm-project?rev=52103&view=rev
Log:
Revert a bad edit from r52095.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=52103&r1=52102&r2=52103&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Jun 8 17:05:11 2008
@@ -320,7 +320,7 @@
</pre>
</li>
-<li>LLVM includes a new <tt>memcpy</tt> optimization pass removes
+<li>LLVM includes a new <tt>memcpy</tt> optimization pass which removes
dead <tt>memcpy</tt> calls, unneeded copies of aggregates, and performs
return slot optimization. The LLVM optimizer now notices long sequences of
consecutive stores and merges them into <tt>memcpy</tt>'s where profitable.</li>
More information about the llvm-commits
mailing list