[llvm-commits] [llvm] r149876 - /llvm/trunk/docs/LangRef.html
Bill Wendling
isanbard at gmail.com
Mon Feb 6 09:58:35 PST 2012
Author: void
Date: Mon Feb 6 11:58:34 2012
New Revision: 149876
URL: http://llvm.org/viewvc/llvm-project?rev=149876&view=rev
Log:
Mention that the 'unwind' instruction is now deprecated.
Modified:
llvm/trunk/docs/LangRef.html
Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=149876&r1=149875&r2=149876&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Mon Feb 6 11:58:34 2012
@@ -3495,6 +3495,9 @@
</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.
More information about the llvm-commits
mailing list