Revert a bad edit from r52095.

llvm-svn: 52103
This commit is contained in:
Gordon Henriksen 2008-06-08 22:05:11 +00:00
parent c75fd52044
commit f78a57bb09
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ for (i = LB; i < 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>