Fix <> in html

llvm-svn: 24093
This commit is contained in:
Chris Lattner 2005-10-29 07:08:19 +00:00
parent a69595ee0d
commit 42f905691e
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ definition. The first line specifies what to match (a xor with an arbitrary
immediate) the second line specifies what to produce:</p>
<div class="doc_code"><p>
<pre>def : Pat<(xor GPRC:$in, imm:$imm),
(XORIS (XORI GPRC:$in, (LO16 imm:$imm)), (HI16 imm:$imm))>;
<pre>def : Pat&lt;(xor GPRC:$in, imm:$imm),
(XORIS (XORI GPRC:$in, (LO16 imm:$imm)), (HI16 imm:$imm))&gt;;
</pre>
</p></div>