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
This commit is contained in:
Chris Lattner 2009-10-12 18:33:33 +00:00
parent 1e07905638
commit a83a10835f

View File

@ -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>