From d46c696837421603c9599054e5e82438ff5df2bc Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 12 Mar 2004 21:29:42 +0000 Subject: [PATCH] Fixed grammar typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12345 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0a31611df57..74bfc0c67a0 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -309,7 +309,7 @@ more than 256 elements.
  • The gccld program does not link objects/archives in the order specified on the command line.
  • The lower-invoke pass does not mark -values live across a setjmp as volatile. This missing feature only effects +values live across a setjmp as volatile. This missing feature only affects targets whose setjmp/longjmp libraries do not save and restore the entire register file.