Fix some "</p>"s.
authorDan Gohman <gohman@apple.com>
Mon, 24 Nov 2008 16:35:31 +0000 (16:35 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 24 Nov 2008 16:35:31 +0000 (16:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59963 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.html

index 10d2de3d83fd9b2c11ebd1d661e69d1d638ac78f..29ea79ec202c6bfae61e81dbcf4f5275555e4957 100644 (file)
@@ -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>