[llvm-commits] [llvm] r102418 - /llvm/trunk/docs/ReleaseNotes.html
Chris Lattner
sabre at nondot.org
Tue Apr 27 00:28:12 PDT 2010
Author: lattner
Date: Tue Apr 27 02:28:11 2010
New Revision: 102418
URL: http://llvm.org/viewvc/llvm-project?rev=102418&view=rev
Log:
fix wordo
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=102418&r1=102417&r2=102418&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Apr 27 02:28:11 2010
@@ -621,7 +621,7 @@
<ul>
-<li>The inliner reuses now merges arrays stack objects in different callees when
+<li>The inliner now merges arrays stack objects in different callees when
inlining multiple call sites into one function. This reduces the stack size
of the resultant function.</li>
<li>The -basicaa alias analysis pass (which is the default) has been improved to
More information about the llvm-commits
mailing list