mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix <> in html
llvm-svn: 24093
This commit is contained in:
parent
fae4ab5f93
commit
681d539d6e
@ -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<(xor GPRC:$in, imm:$imm),
|
||||
(XORIS (XORI GPRC:$in, (LO16 imm:$imm)), (HI16 imm:$imm))>;
|
||||
</pre>
|
||||
</p></div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user