From: Chris Lattner Date: Sat, 29 Oct 2005 07:08:19 +0000 (+0000) Subject: Fix <> in html X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6e520d0ccfcd3f34d2fb79083605ea43467601c2;p=oota-llvm.git Fix <> in html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24093 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2374278d356..267402a9732 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:

-

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))>;