aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-02-06 17:58:34 +0000
committerBill Wendling <isanbard@gmail.com>2012-02-06 17:58:34 +0000
commit5a65864f9257f461911c236e241a0e5b1a392cef (patch)
tree91709b4fccae394eedfe907dd86daa4e7cfc0e45 /docs/LangRef.html
parent6588abf377b7381274236e651462ec83052f6013 (diff)
downloadexternal_llvm-5a65864f9257f461911c236e241a0e5b1a392cef.zip
external_llvm-5a65864f9257f461911c236e241a0e5b1a392cef.tar.gz
external_llvm-5a65864f9257f461911c236e241a0e5b1a392cef.tar.bz2
Mention that the 'unwind' instruction is now deprecated.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149876 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 14437d5..ee8eda4 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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.