summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-15 18:08:37 +0000
committerChris Lattner <sabre@nondot.org>2010-01-15 18:08:37 +0000
commitdf7a680964dbc0d7957a4233e9bb2e5415e7db94 (patch)
tree4616d74cb70a1eae5f830c017162552ed912deb2 /docs
parent5f03238d629c32bb0bab78d112a42293838558e9 (diff)
downloadllvm-df7a680964dbc0d7957a4233e9bb2e5415e7db94.tar.gz
llvm-df7a680964dbc0d7957a4233e9bb2e5415e7db94.tar.bz2
llvm-df7a680964dbc0d7957a4233e9bb2e5415e7db94.tar.xz
mention that unwind isn't to be trusted, patch by Dustin Laurence
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93518 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 0a46e27bb8..d8229033f9 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2840,6 +2840,9 @@ IfUnequal:
block to the "normal" label. If the callee unwinds then no return value is
available.</p>
+<p>Note that the code generator does not yet completely support unwind, and
+that the invoke/unwind semantics are likely to change in future versions.</p>
+
<h5>Example:</h5>
<pre>
%retval = invoke i32 @Test(i32 15) to label %Continue
@@ -2876,6 +2879,9 @@ Instruction</a> </div>
specified by the <tt>invoke</tt> instruction. If there is no <tt>invoke</tt>
instruction in the dynamic call chain, undefined behavior results.</p>
+<p>Note that the code generator does not yet completely support unwind, and
+that the invoke/unwind semantics are likely to change in future versions.</p>
+
</div>
<!-- _______________________________________________________________________ -->