From: Chris Lattner Date: Sun, 18 Jan 2004 20:13:43 +0000 (+0000) Subject: Clarify situation w.r.t the -lowerinvoke pass. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=655c8d6f6ae0f58d8af6813827bb06594b36a0af;p=oota-llvm.git Clarify situation w.r.t the -lowerinvoke pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10909 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c818caa9520..b2136c42429 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -253,6 +253,10 @@ does not link objects/archives in the order specified on the command line. Tail duplication does not update SSA form correctly. + +
  • [lowerinvoke] The -lowerinvoke pass +does not insert calls to setjmp/longjmp.
  • + @@ -536,7 +540,7 @@ or calls the C longjmp function will abort.