Document the 'unwind' removal.

llvm-svn: 149914
This commit is contained in:
Bill Wendling 2012-02-06 21:59:44 +00:00
parent c0985aa29f
commit 9e07368007

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>