[llvm-commits] [llvm] r45565 - /llvm/trunk/docs/LangRef.html

Chris Lattner sabre at nondot.org
Thu Jan 3 20:33:51 PST 2008


Author: lattner
Date: Thu Jan  3 22:33:49 2008
New Revision: 45565

URL: http://llvm.org/viewvc/llvm-project?rev=45565&view=rev
Log:
fix validation issues.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=45565&r1=45564&r2=45565&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Thu Jan  3 22:33:49 2008
@@ -2193,7 +2193,7 @@
 signed division of its two operands. This instruction can also take
 <a href="#t_vector">vector</a> versions of the values in which case
 the elements must be integers.</p>
-</p>
+
 <h5>Arguments:</h5>
 <p>The two arguments to the '<tt>srem</tt>' instruction must be 
 <a href="#t_integer">integer</a> values.  Both arguments must have identical 
@@ -5255,11 +5255,13 @@
   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
   src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
   <a href="http://validator.w3.org/check/referer"><img
-  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
+  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
   Last modified: $Date$
 </address>
+
+</div>
 </body>
 </html>





More information about the llvm-commits mailing list