diff options
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2374278d35..267402a973 100644 --- 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> |