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

Chris Lattner lattner at cs.uiuc.edu
Mon Apr 18 23:08:20 PDT 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.307 -> 1.308
---
Log message:

Bug fixed


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

 ReleaseNotes.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.307 llvm/docs/ReleaseNotes.html:1.308
--- llvm/docs/ReleaseNotes.html:1.307	Wed Mar 30 13:14:24 2005
+++ llvm/docs/ReleaseNotes.html	Tue Apr 19 01:08:04 2005
@@ -144,6 +144,8 @@
 <ol>
    <li><a href="http://llvm.cs.uiuc.edu/PR491">[dse] DSE deletes stores that 
        are partially overwritten by smaller stores</a></li>
+   <li><a href="http://llvm.cs.uiuc.edu/PR548">[instcombine] miscompilation of 
+       setcc or setcc in one case</a></li>
 </ol>
 
 <p>Code Generator Bugs:</p>
@@ -598,7 +600,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: 2005/03/30 19:14:24 $
+  Last modified: $Date: 2005/04/19 06:08:04 $
 </address>
 
 </body>






More information about the llvm-commits mailing list