aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-08-03 22:18:20 +0000
committerBill Wendling <isanbard@gmail.com>2011-08-03 22:18:20 +0000
commit2626dba9c5515d2e534c117bb16ceb03dd4d0930 (patch)
treebcb8a124d8e55520c15a83e34a9762d4f9b73fbb /docs/ReleaseNotes.html
parent56cb3e3ccbc766086841d04fb8f136c7b4718dd5 (diff)
downloadexternal_llvm-2626dba9c5515d2e534c117bb16ceb03dd4d0930.zip
external_llvm-2626dba9c5515d2e534c117bb16ceb03dd4d0930.tar.gz
external_llvm-2626dba9c5515d2e534c117bb16ceb03dd4d0930.tar.bz2
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
This is some of my original LLVM code. *wipes tear* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 50cd906..5cd248c 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -576,14 +576,13 @@ it run faster:</p>
<div>
-<p>If you're already an LLVM user or developer with out-of-tree changes based
-on LLVM 2.9, this section lists some "gotchas" that you may run into upgrading
-from the previous release.</p>
+<p>If you're already an LLVM user or developer with out-of-tree changes based on
+ LLVM 2.9, this section lists some "gotchas" that you may run into upgrading
+ from the previous release.</p>
<ul>
-<!--
-<li></li>
--->
+ <li>The <code>LowerSetJmp</code> wasn't used effectively by any of the
+ targets and was removed.</li>
</ul>
</div>
@@ -667,6 +666,9 @@ from the previous release.</p>
isn't used by the current front-ends. So this was removed during the
exception handling rewrite.</li>
+<li>The <code>LLVMAddLowerSetJmpPass</code> function from the C API was removed
+ because the <code>LowerSetJmp</code> pass was removed.</li>
+
</ul>
</div>