aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-09-27 08:24:02 +0000
committerDuncan Sands <baldrick@free.fr>2007-09-27 08:24:02 +0000
commit20acdce0ed6c33ec14d60fb26e0735f379467de0 (patch)
tree8fcccab15ff4ef4b4175b75d098155dbffe26786 /docs
parent64f638df568f2849b485cc50836efc734e367fc7 (diff)
downloadexternal_llvm-20acdce0ed6c33ec14d60fb26e0735f379467de0.zip
external_llvm-20acdce0ed6c33ec14d60fb26e0735f379467de0.tar.gz
external_llvm-20acdce0ed6c33ec14d60fb26e0735f379467de0.tar.bz2
Grammer fix reported by Alex Kellett.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42391 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 917ca36..d48883a 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -149,7 +149,7 @@ optimizer, speeding it up and making it more aggressive. For example:</p>
<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>