From deb3f2ec23980dd368dce4ba21c32e851d309ecb Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sun, 11 Oct 2009 11:20:26 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83770 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes-2.6.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 3b39a62a996..b415c3a15f3 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -675,7 +675,7 @@ it run faster:

by OS kernels.
  • 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.
  • X86-64 now supports the "local exec" and "initial exec" thread local storage model.
  • -- 2.34.1