mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Fix some "</p>"s.
llvm-svn: 59963
This commit is contained in:
parent
d7f821e645
commit
386810ca94
@ -1077,7 +1077,7 @@ def FADDS : AForm_2<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>
|
||||
|
Loading…
Reference in New Issue
Block a user