From a83a10835f464eec8cbce406551f73974f29db8d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 12 Oct 2009 18:33:33 +0000 Subject: [PATCH] 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 --- 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 89b48522a55..c201b91d3ca 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.
  • The ARM calling convention code is now tblgen generated instead of resorting to C++ code.
  • +

    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.

    -