[llvm-commits] [llvm] r83770 - /llvm/trunk/docs/ReleaseNotes-2.6.html
Duncan Sands
baldrick at free.fr
Sun Oct 11 04:20:26 PDT 2009
Author: baldrick
Date: Sun Oct 11 06:20:26 2009
New Revision: 83770
URL: http://llvm.org/viewvc/llvm-project?rev=83770&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/docs/ReleaseNotes-2.6.html
Modified: llvm/trunk/docs/ReleaseNotes-2.6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes-2.6.html?rev=83770&r1=83769&r2=83770&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Sun Oct 11 06:20:26 2009
@@ -675,7 +675,7 @@
by OS kernels.</li>
<li>X86-64 now models implicit zero extensions better, which allows the code
generator to remove a lot of redundant zexts. It also models the 8-bit "H"
- registers as sugregs, which allows them to be used in some tricky
+ registers as subregs, which allows them to be used in some tricky
situations.</li>
<li>X86-64 now supports the "local exec" and "initial exec" thread local storage
model.</li>
More information about the llvm-commits
mailing list