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

Chris Lattner lattner at cs.uiuc.edu
Fri Feb 13 11:04:02 PST 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.121 -> 1.122

---
Log message:

Bug fixed


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.121 llvm/docs/ReleaseNotes.html:1.122
--- llvm/docs/ReleaseNotes.html:1.121	Fri Feb 13 10:40:24 2004
+++ llvm/docs/ReleaseNotes.html	Fri Feb 13 11:03:01 2004
@@ -173,6 +173,7 @@
 <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>
 <li><a href="http://llvm.cs.uiuc.edu/PR235">Tablegen aborts on errors</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR236">[inliner] Error inlining intrinsic calls into invoke instructions</a></li>
 </ol>
 
 
@@ -579,7 +580,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/13 16:40:24 $
+  Last modified: $Date: 2004/02/13 17:03:01 $
 </address>
 
 </body>





More information about the llvm-commits mailing list