[llvm-commits] [llvm] r42391 - /llvm/trunk/docs/ReleaseNotes.html
Duncan Sands
baldrick at free.fr
Thu Sep 27 01:24:04 PDT 2007
Author: baldrick
Date: Thu Sep 27 03:24:02 2007
New Revision: 42391
URL: http://llvm.org/viewvc/llvm-project?rev=42391&view=rev
Log:
Grammer fix reported by Alex Kellett.
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=42391&r1=42390&r2=42391&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Sep 27 03:24:02 2007
@@ -149,7 +149,7 @@
<li>Evan contributed a new target independent if-converter. While it is
target independent, so far only the ARM backend uses it.</li>
-<li>Evan rewrite the way the register allocator handles rematerialization,
+<li>Evan rewrote the way the register allocator handles rematerialization,
allowing it to be much more effective on two-address targets like X86,
and taught it to fold loads away when possible (also a big win on X86).</li>
More information about the llvm-commits
mailing list