Document the 'unwind' removal.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149914 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2012-02-06 21:59:44 +00:00
parent 7b9e539268
commit 06d7e1b52b

View File

@ -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>