diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 2374278d3565..267402a97320 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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:

-

def : Pat<(xor GPRC:$in, imm:$imm),
-          (XORIS (XORI GPRC:$in, (LO16 imm:$imm)), (HI16 imm:$imm))>;
+
def : Pat<(xor GPRC:$in, imm:$imm),
+          (XORIS (XORI GPRC:$in, (LO16 imm:$imm)), (HI16 imm:$imm))>;