aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-11-24 16:35:31 +0000
committerDan Gohman <gohman@apple.com>2008-11-24 16:35:31 +0000
commita7ab2bffae2d93e1cdbc9f63957c4c76238f5d9d (patch)
tree946d0de780fd3012f5f77e7e6cbdf0a26c28af33 /docs
parent641b279710f85924c72c542698d4340c2626d9a1 (diff)
downloadexternal_llvm-a7ab2bffae2d93e1cdbc9f63957c4c76238f5d9d.zip
external_llvm-a7ab2bffae2d93e1cdbc9f63957c4c76238f5d9d.tar.gz
external_llvm-a7ab2bffae2d93e1cdbc9f63957c4c76238f5d9d.tar.bz2
Fix some "</p>"s.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59963 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CodeGenerator.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index 10d2de3..29ea79e 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -1077,7 +1077,7 @@ def FADDS : AForm_2&lt;59, 21,
<p>The portion of the instruction definition in bold indicates the pattern used
to match the instruction. The DAG operators (like <tt>fmul</tt>/<tt>fadd</tt>)
are defined in the <tt>lib/Target/TargetSelectionDAG.td</tt> file.
-"<tt>F4RC</tt>" is the register class of the input and result values.<p>
+"<tt>F4RC</tt>" is the register class of the input and result values.</p>
<p>The TableGen DAG instruction selector generator reads the instruction
patterns in the <tt>.td</tt> file and automatically builds parts of the pattern
@@ -1556,7 +1556,7 @@ instance, a sequence of instructions such as:</p>
</pre>
</div>
-<p>can be safely substituted by the single instruction:
+<p>can be safely substituted by the single instruction:</p>
<div class="doc_code">
<pre>