projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c463b27
)
Fix <> in html
author
Chris Lattner
<sabre@nondot.org>
Sat, 29 Oct 2005 07:08:19 +0000
(07:08 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 29 Oct 2005 07:08:19 +0000
(07:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24093
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/ReleaseNotes.html
patch
|
blob
|
history
diff --git
a/docs/ReleaseNotes.html
b/docs/ReleaseNotes.html
index 2374278d35653b9476a6ab15612397b537fac426..267402a97320c05f13e57c88764d8b8ead93b020 100644
(file)
--- a/
docs/ReleaseNotes.html
+++ b/
docs/ReleaseNotes.html
@@
-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>