Revert a bad edit from r52095.
authorGordon Henriksen <gordonhenriksen@mac.com>
Sun, 8 Jun 2008 22:05:11 +0000 (22:05 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Sun, 8 Jun 2008 22:05:11 +0000 (22:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52103 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 0dec04fde34e60edf92f21b563f5065925aa27f9..1e05ac7bea75196ab82018679991c59aef958af4 100644 (file)
@@ -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>