[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Sat Oct 29 00:08:30 PDT 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.338 -> 1.339
---
Log message:

Fix <> in html


---
Diffs of the changes:  (+3 -3)

 ReleaseNotes.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.338 llvm/docs/ReleaseNotes.html:1.339
--- llvm/docs/ReleaseNotes.html:1.338	Sat Oct 29 02:07:09 2005
+++ llvm/docs/ReleaseNotes.html	Sat Oct 29 02:08:19 2005
@@ -111,8 +111,8 @@
 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>
 
@@ -717,7 +717,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/10/29 07:07:09 $
+  Last modified: $Date: 2005/10/29 07:08:19 $
 </address>
 
 </body>






More information about the llvm-commits mailing list