diff options
author | Gabor Greif <ggreif@gmail.com> | 2009-10-12 16:13:36 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2009-10-12 16:13:36 +0000 |
commit | 6bd7567910a724cd773965aa4aacd418f011c1db (patch) | |
tree | 0bcaf4268656a2b8c4bac8dd19a7ca902f798582 /docs | |
parent | b00933b9e8523d2454e4b245ada61b17f565048b (diff) |
fix three validation errors, I leave the fourth to sabre :-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83851 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes-2.6.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index a5cd5e0aba..5aa8d010f7 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -574,7 +574,6 @@ release includes a few major enhancements and additions to the optimizers:</p> inlining similar arrays from multiple callees into one caller.</li> <li>LLVM includes a new experimental Static Single Information (SSI) construction pass.</li> -</li> </ul> @@ -702,7 +701,7 @@ it run faster:</p> reference logic to one place (<tt>X86Subtarget::ClassifyGlobalReference</tt>) which makes it easier to reason about.</li> -</li> + </ul> </div> @@ -753,8 +752,6 @@ supports both the Thumb2 and Advanced SIMD (Neon) instruction sets.</li> <li>The ARM calling convention code is now tblgen generated instead of resorting to C++ code.</li> -</li> - <p>These features are still somewhat experimental and subject to change. The Neon intrinsics, in particular, may change in future |