summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-02-06 21:59:44 +0000
committerBill Wendling <isanbard@gmail.com>2012-02-06 21:59:44 +0000
commit06d7e1b52b412bd1ad307606496d7a4dc66ab751 (patch)
treea46463bf6f58e71a300ae1f3840097043a801755
parent7b9e539268953d191a19090f67e559ac5b8df04b (diff)
downloadllvm-06d7e1b52b412bd1ad307606496d7a4dc66ab751.tar.gz
llvm-06d7e1b52b412bd1ad307606496d7a4dc66ab751.tar.bz2
llvm-06d7e1b52b412bd1ad307606496d7a4dc66ab751.tar.xz
Document the 'unwind' removal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149914 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b090995da1..71b7148330 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -285,7 +285,10 @@ Release Notes</a>.</h1>
<ul>
<li>IR support for half float</li>
- <li>IR support for vectors of pointers, including vector GEPs.</li>
+ <li>IR support for vectors of pointers, including vector GEPs.</li>
+ <li>The <tt>unwind</tt> instruction is now gone. It has been replaced by
+ the <tt>landingpad</tt>/<tt>resume</tt> exception handling
+ mechanisms.</li>
<li>....</li>
</ul>
</div>