summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit46f28e0e27da669c266b4c47486b5984a6e9b99d (patch)
treed7799742ea78c42e7dab954677321a1adcfce6e9 /llvm/docs/LangRef.html
parent9ff28d661d15e139afb77a9285e813f6b9e73dbf (diff)
downloadbcm5719-llvm-46f28e0e27da669c266b4c47486b5984a6e9b99d.tar.gz
bcm5719-llvm-46f28e0e27da669c266b4c47486b5984a6e9b99d.zip
Mention that the 'unwind' instruction is now deprecated.
llvm-svn: 149876
Diffstat (limited to 'llvm/docs/LangRef.html')
-rw-r--r--llvm/docs/LangRef.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 14437d50837..ee8eda49bf6 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/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.
OpenPOWER on IntegriCloud