Fix typo.

llvm-svn: 83770
This commit is contained in:
Duncan Sands 2009-10-11 11:20:26 +00:00
parent 39635acfc1
commit bc3f7c9229
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ it run faster:</p>
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>