diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-02-06 21:59:44 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-02-06 21:59:44 +0000 |
commit | 06d7e1b52b412bd1ad307606496d7a4dc66ab751 (patch) | |
tree | a46463bf6f58e71a300ae1f3840097043a801755 /docs/ReleaseNotes.html | |
parent | 7b9e539268953d191a19090f67e559ac5b8df04b (diff) |
Document the 'unwind' removal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149914 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 5 |
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> |