[llvm-commits] [llvm] r113758 - /llvm/trunk/docs/ReleaseNotes.html

Bob Wilson bob.wilson at apple.com
Mon Sep 13 10:39:35 PDT 2010


Author: bwilson
Date: Mon Sep 13 12:39:35 2010
New Revision: 113758

URL: http://llvm.org/viewvc/llvm-project?rev=113758&view=rev
Log:
Fix formatting tags.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=113758&r1=113757&r2=113758&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Sep 13 12:39:35 2010
@@ -456,7 +456,7 @@
   accumulate) has been removed.  This operation is now represented using
   the llvm.arm.neon.vabd intrinsic (vector absolute difference) followed by a
   vector add.
-</ul>
+</li>
 <li>
   The llvm.arm.neon.vabdl and llvm.arm.neon.vabal intrinsics (lengthening
   vector absolute difference with and without accumlation) have been removed.
@@ -489,7 +489,8 @@
   vector subtract for vmlsl.  Note that the polynomial vector multiply
   intrinsic, llvm.arm.neon.vmullp, remains unchanged.
 </li>
-  
+
+</ul>
 </div>
 
 <!--=========================================================================-->





More information about the llvm-commits mailing list