[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Jun 27 19:46:01 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.207 -> 1.208
---
Log message:
Bad passes are gone
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.207 llvm/docs/ReleaseNotes.html:1.208
--- llvm/docs/ReleaseNotes.html:1.207 Wed Jun 23 01:33:15 2004
+++ llvm/docs/ReleaseNotes.html Sun Jun 27 19:44:45 2004
@@ -378,7 +378,7 @@
<ul>
<li>The following passes are incomplete or buggy: <tt>-pgmdep, -memdep,
- -ipmodref, -sortstructs, -swapstructs, -cee</tt></li>
+ -ipmodref, -cee</tt></li>
<li>The <tt>-pre</tt> pass is incomplete (there are cases it doesn't handle that
it should) and not thoroughly tested.</li>
@@ -739,7 +739,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/06/23 06:33:15 $
+ Last modified: $Date: 2004/06/28 00:44:45 $
</address>
</body>
More information about the llvm-commits
mailing list