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

Chris Lattner lattner at cs.uiuc.edu
Tue Dec 28 20:03:35 PST 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.284 -> 1.285
---
Log message:

Bug fixed



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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.284 llvm/docs/ReleaseNotes.html:1.285
--- llvm/docs/ReleaseNotes.html:1.284	Sun Dec 12 11:20:23 2004
+++ llvm/docs/ReleaseNotes.html	Tue Dec 28 22:03:23 2004
@@ -132,7 +132,8 @@
 <p>Bugs fixed in the LLVM Core:</p>
 
 <ol>
-   <li></li>
+   <li><a href="http://llvm.cs.uiuc.edu/PR490">[cbackend] Logical constant 
+       expressions (and/or/xor) not implemented</a></li>
 </ol>
 
 <p>Bugs in the C/C++ front-end:</p>
@@ -560,7 +561,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/12 17:20:23 $
+  Last modified: $Date: 2004/12/29 04:03:23 $
 </address>
 
 </body>






More information about the llvm-commits mailing list