Clarify situation w.r.t the -lowerinvoke pass.
authorChris Lattner <sabre@nondot.org>
Sun, 18 Jan 2004 20:13:43 +0000 (20:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 18 Jan 2004 20:13:43 +0000 (20:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10909 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index c818caa9520729bd4cee35530af0e6487425421f..b2136c42429d7b169d3c8c00ad64c9b15638c484 100644 (file)
@@ -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.
 </a>
 </li>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR16">[lowerinvoke] The -lowerinvoke pass
+does not insert calls to setjmp/longjmp</a>.</li>
+
 </ul>
 
 </div>
@@ -536,7 +540,7 @@ or calls the C <tt>longjmp</tt> function will abort.</li>
 <ul>
 
 <li>The Sparc code generator <a
-href="http://llvm.cs.uiuc.edu/PR15">does not currently
+href="http://llvm.cs.uiuc.edu/PR16">does not currently
 support the <tt>unwind</tt> instruction</a>, so code that throws a C++ exception
 or calls the C <tt>longjmp</tt> function will abort.</li>