aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-07-20 02:32:41 +0000
committerBill Wendling <isanbard@gmail.com>2009-07-20 02:32:41 +0000
commit1a2630a8d0aa58d6c24e815e8a772b001bdcbf5c (patch)
tree391a3ca461f7e981cfd0dc34909aa3bf79860bd4 /docs/LangRef.html
parentf85859dab5c12e386a0e0b06b8c734aa7e59df18 (diff)
downloadexternal_llvm-1a2630a8d0aa58d6c24e815e8a772b001bdcbf5c.zip
external_llvm-1a2630a8d0aa58d6c24e815e8a772b001bdcbf5c.tar.gz
external_llvm-1a2630a8d0aa58d6c24e815e8a772b001bdcbf5c.tar.bz2
Fix HTML violations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76392 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 9b801cf..122fdda 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1916,8 +1916,8 @@ Classifications</a> </div>
<!-- ======================================================================= -->
<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 @@ Instruction</a> </div>
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>