aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-06-08 22:05:11 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-06-08 22:05:11 +0000
commita246847a7794075faa14fcdd8d4cc987b19be4a4 (patch)
treec0c98dd688a83ba4184f39c391679930d0c465d5 /docs
parentf6a0d38e44c0c229c9d4cb9679baf2da148072dc (diff)
downloadexternal_llvm-a246847a7794075faa14fcdd8d4cc987b19be4a4.zip
external_llvm-a246847a7794075faa14fcdd8d4cc987b19be4a4.tar.gz
external_llvm-a246847a7794075faa14fcdd8d4cc987b19be4a4.tar.bz2
Revert a bad edit from r52095.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 0dec04f..1e05ac7 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -320,7 +320,7 @@ for (i = LB; i &lt; NUB; ++i)
</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>