[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
John Criswell
criswell at gally.cs.uiuc.edu
Fri Mar 12 15:30:01 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.144 -> 1.145
---
Log message:
Fixed grammar typo.
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.144 llvm/docs/ReleaseNotes.html:1.145
--- llvm/docs/ReleaseNotes.html:1.144 Wed Mar 10 18:50:54 2004
+++ llvm/docs/ReleaseNotes.html Fri Mar 12 15:29:42 2004
@@ -309,7 +309,7 @@
<li>The gccld program <a href="http://llvm.cs.uiuc.edu/PR139">does not link objects/archives in the order specified on the command line.</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR240">The lower-invoke pass does not mark
-values live across a setjmp as volatile</a>. This missing feature only effects
+values live across a setjmp as volatile</a>. This missing feature only affects
targets whose setjmp/longjmp libraries do not save and restore the entire
register file.</li>
</ul>
@@ -626,7 +626,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/03/11 00:50:54 $
+ Last modified: $Date: 2004/03/12 21:29:42 $
</address>
</body>
More information about the llvm-commits
mailing list