diff options
author | John Criswell <criswell@uiuc.edu> | 2004-03-12 21:29:42 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-03-12 21:29:42 +0000 |
commit | 5d6345a01b445d00096350a63c9d9fd1634b0fff (patch) | |
tree | 4c296e1fa2931a7d0794b82e879d5ce35e98367d /llvm/docs/ReleaseNotes.html | |
parent | 1694dafece05b3c15c34f94dcb1f673d7790906b (diff) | |
download | bcm5719-llvm-5d6345a01b445d00096350a63c9d9fd1634b0fff.tar.gz bcm5719-llvm-5d6345a01b445d00096350a63c9d9fd1634b0fff.zip |
Fixed grammar typo.
llvm-svn: 12345
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 0a31611df57..74bfc0c67a0 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -309,7 +309,7 @@ more than 256 elements</a>.</li> <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> |