From: Bill Wendling
Date: Mon, 6 Feb 2012 17:58:34 +0000 (+0000)
Subject: Mention that the 'unwind' instruction is now deprecated.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5a65864f9257f461911c236e241a0e5b1a392cef;p=oota-llvm.git
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
---
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 14437d50837..ee8eda49bf6 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.
Overview:
+N.B. The unwind instruction has been
+ deprecated and is slated for removal.
+
The 'unwind' instruction unwinds the stack, continuing control flow
at the first callee in the dynamic call stack which used
an invoke instruction to perform the call.