[llvm-commits] [llvm] r59963 - /llvm/trunk/docs/CodeGenerator.html
Dan Gohman
gohman at apple.com
Mon Nov 24 08:35:38 PST 2008
Author: djg
Date: Mon Nov 24 10:35:31 2008
New Revision: 59963
URL: http://llvm.org/viewvc/llvm-project?rev=59963&view=rev
Log:
Fix some "</p>"s.
Modified:
llvm/trunk/docs/CodeGenerator.html
Modified: llvm/trunk/docs/CodeGenerator.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.html?rev=59963&r1=59962&r2=59963&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Mon Nov 24 10:35:31 2008
@@ -1077,7 +1077,7 @@
<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 @@
</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>
More information about the llvm-commits
mailing list