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

Chris Lattner lattner at cs.uiuc.edu
Fri May 21 11:50:01 PDT 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.179 -> 1.180

---
Log message:

Bug fixed


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.179 llvm/docs/ReleaseNotes.html:1.180
--- llvm/docs/ReleaseNotes.html:1.179	Wed May 12 16:46:05 2004
+++ llvm/docs/ReleaseNotes.html	Fri May 21 11:48:20 2004
@@ -213,6 +213,7 @@
 of the same name, both having constant pools</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR337">[livevar] Live variables missed
 physical register use of aliased definition</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR340">Verifier misses malformed switch instruction</a></li>
 </ol>
 
 <p>Bugs in the C/C++ front-end:</p>
@@ -645,7 +646,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/05/12 21:46:05 $
+  Last modified: $Date: 2004/05/21 16:48:20 $
 </address>
 
 </body>





More information about the llvm-commits mailing list