[llvm-commits] [llvm] r83868 - /llvm/trunk/docs/ReleaseNotes-2.6.html

Chris Lattner sabre at nondot.org
Mon Oct 12 11:33:33 PDT 2009


Author: lattner
Date: Mon Oct 12 13:33:33 2009
New Revision: 83868

URL: http://llvm.org/viewvc/llvm-project?rev=83868&view=rev
Log:
fix validation error pointed out by gabor (and the w3c :)

Modified:
    llvm/trunk/docs/ReleaseNotes-2.6.html

Modified: llvm/trunk/docs/ReleaseNotes-2.6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes-2.6.html?rev=83868&r1=83867&r2=83868&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Mon Oct 12 13:33:33 2009
@@ -754,13 +754,13 @@
 
 <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>
 





More information about the llvm-commits mailing list