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

Bill Wendling isanbard at gmail.com
Sun Jul 19 19:32:42 PDT 2009


Author: void
Date: Sun Jul 19 21:32:41 2009
New Revision: 76392

URL: http://llvm.org/viewvc/llvm-project?rev=76392&view=rev
Log:
Fix HTML violations.

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=76392&r1=76391&r2=76392&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sun Jul 19 21:32:41 2009
@@ -1916,8 +1916,8 @@
 
 <!-- ======================================================================= -->
 <div class="doc_subsection">
-<a name="aggregateconstants"> <!-- old anchor -->
-<a name="complexconstants">Complex Constants</a></a>
+<a name="aggregateconstants"></a> <!-- old anchor -->
+<a name="complexconstants">Complex Constants</a>
 </div>
 
 <div class="doc_text">
@@ -2700,7 +2700,7 @@
    representations.</p>
 
 <h5>Arguments:</h5>
-<p>The two arguments to the '<tt>fsub</tt>' instruction must be <a
+<p>The two arguments to the '<tt>fsub</tt>' instruction must be
    <a href="#t_floating">floating point</a> or <a href="#t_vector">vector</a> of
    floating point values.  Both arguments must have identical types.</p>
 





More information about the llvm-commits mailing list