aboutsummaryrefslogtreecommitdiff
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
commit42f905691e92e4b7f10a824db5a35aaa54455b9b (patch)
tree4a58123487ce49b8ecaa024aa5afa316972f3c41
parenta69595ee0ddb1a1069dfa69e36433456647abd09 (diff)
downloadllvm-42f905691e92e4b7f10a824db5a35aaa54455b9b.zip
llvm-42f905691e92e4b7f10a824db5a35aaa54455b9b.tar.gz
llvm-42f905691e92e4b7f10a824db5a35aaa54455b9b.tar.bz2
Fix <> in html
llvm-svn: 24093
-rw-r--r--llvm/docs/ReleaseNotes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 2374278..267402a 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:</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>