Mention that the 'unwind' instruction is now deprecated.

llvm-svn: 149876
This commit is contained in:
Bill Wendling 2012-02-06 17:58:34 +00:00
parent 9ff28d661d
commit 46f28e0e27
1 changed files with 3 additions and 0 deletions

View File

@ -3495,6 +3495,9 @@ that the invoke/unwind semantics are likely to change in future versions.</p>
</pre>
<h5>Overview:</h5>
<p><span class="doc_warning">N.B. The <tt>unwind</tt> instruction has been
deprecated and is slated for removal.</span></p>
<p>The '<tt>unwind</tt>' instruction unwinds the stack, continuing control flow
at the first callee in the dynamic call stack which used
an <a href="#i_invoke"><tt>invoke</tt></a> instruction to perform the call.