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

Chris Lattner lattner at cs.uiuc.edu
Mon Feb 9 23:21:01 PST 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.117 -> 1.118

---
Log message:

Bug fixed


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.117 llvm/docs/ReleaseNotes.html:1.118
--- llvm/docs/ReleaseNotes.html:1.117	Mon Feb  9 15:22:51 2004
+++ llvm/docs/ReleaseNotes.html	Mon Feb  9 23:19:54 2004
@@ -163,6 +163,7 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR219">[X86] X86 backend code generates -0.0 as +0.0</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR223">[loopsimplify] Loopsimplify incorrectly updates dominator information</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR225">[pruneeh] -pruneeh pass removes invoke instructions it shouldn't</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR228">[sparc] Boolean constants are emitted as true and false</a></li>
 </ol>
 
 
@@ -568,7 +569,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/02/09 21:22:51 $
+  Last modified: $Date: 2004/02/10 05:19:54 $
 </address>
 
 </body>





More information about the llvm-commits mailing list