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

Chris Lattner lattner at cs.uiuc.edu
Mon May 10 09:28:01 PDT 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.177 -> 1.178

---
Log message:

Bug fixed


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.177 llvm/docs/ReleaseNotes.html:1.178
--- llvm/docs/ReleaseNotes.html:1.177	Sun May  9 18:32:39 2004
+++ llvm/docs/ReleaseNotes.html	Mon May 10 09:28:09 2004
@@ -211,6 +211,7 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR332">[adce] Crash handling unreachable code that unwinds</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR333">[sparc] LLC can't emit 2 functions 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>
 </ol>
 
 <p>Bugs in the C/C++ front-end:</p>
@@ -643,7 +644,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/09 23:32:39 $
+  Last modified: $Date: 2004/05/10 14:28:09 $
 </address>
 
 </body>





More information about the llvm-commits mailing list