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 | d46c696837421603c9599054e5e82438ff5df2bc (patch) | |
tree | 17e8c49c52a9d230bd992cfc44cca35db5ec7c71 /docs/ReleaseNotes.html | |
parent | 215fb768655b3e0ffdf250236e641240be8bf2e4 (diff) | |
download | external_llvm-d46c696837421603c9599054e5e82438ff5df2bc.zip external_llvm-d46c696837421603c9599054e5e82438ff5df2bc.tar.gz external_llvm-d46c696837421603c9599054e5e82438ff5df2bc.tar.bz2 |
Fixed grammar typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12345 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0a31611..74bfc0c 100644 --- a/docs/ReleaseNotes.html +++ b/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> |