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

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 15 17:05:11 PST 2006



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.344 -> 1.345
---
Log message:

PRE is no more


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

 ReleaseNotes.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.344 llvm/docs/ReleaseNotes.html:1.345
--- llvm/docs/ReleaseNotes.html:1.344	Sun Dec  4 23:23:06 2005
+++ llvm/docs/ReleaseNotes.html	Sun Jan 15 19:05:00 2006
@@ -135,7 +135,7 @@
 
 <ul>
 <li>The following passes are incomplete or buggy, and may be removed in future
-    releases: <tt>-cee, -pre</tt></li>
+    releases: <tt>-cee</tt></li>
 <li>The <tt>llvm-db</tt> tool is in a very early stage of development, but can
     be used to step through programs and inspect the stack.</li>
 <li>The SparcV8 and IA64 code generators are experimental.</li>
@@ -556,7 +556,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/12/05 05:23:06 $
+  Last modified: $Date: 2006/01/16 01:05:00 $
 </address>
 
 </body>






More information about the llvm-commits mailing list