diff options
author | Chris Lattner <sabre@nondot.org> | 2009-10-12 18:33:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-10-12 18:33:33 +0000 |
commit | a83a10835f464eec8cbce406551f73974f29db8d (patch) | |
tree | a7c347bf8542fd8d2b4b95f923bedaf0a2f2ad73 /docs | |
parent | 1e079056385c3c5e1da136cfa4bef71e28607868 (diff) | |
download | external_llvm-a83a10835f464eec8cbce406551f73974f29db8d.zip external_llvm-a83a10835f464eec8cbce406551f73974f29db8d.tar.gz external_llvm-a83a10835f464eec8cbce406551f73974f29db8d.tar.bz2 |
fix validation error pointed out by gabor (and the w3c :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83868 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes-2.6.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 89b4852..c201b91 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -754,13 +754,13 @@ 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> +</ul> <p>These features are still somewhat experimental and subject to change. The Neon intrinsics, in particular, may change in future releases of LLVM. ARMv7 support has progressed a lot on top of tree since 2.6 branched.</p> -</ul> </div> |