summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-29 07:08:19 +0000
committerChris Lattner <sabre@nondot.org>2005-10-29 07:08:19 +0000
commit6e520d0ccfcd3f34d2fb79083605ea43467601c2 (patch)
treef175dcb4fdf9ea864acbb7758316daed95e7869a /docs/ReleaseNotes.html
parentc463b2746670b90575fc8f388a55f2a6867db905 (diff)
downloadllvm-6e520d0ccfcd3f34d2fb79083605ea43467601c2.tar.gz
llvm-6e520d0ccfcd3f34d2fb79083605ea43467601c2.tar.bz2
llvm-6e520d0ccfcd3f34d2fb79083605ea43467601c2.tar.xz
Fix <> in html
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24093 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html4
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&lt;(xor GPRC:$in, imm:$imm),
+ (XORIS (XORI GPRC:$in, (LO16 imm:$imm)), (HI16 imm:$imm))&gt;;
</pre>
</p></div>