diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-01-15 18:08:37 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-01-15 18:08:37 +0000 |
| commit | 97257f8e40e242f40d50402f9ab7f2e8ceace46d (patch) | |
| tree | 8dd33b3c2eef0407560dbb8b12d15dde1b8061f1 /llvm | |
| parent | 8d4904b6397234eaa2537289b5d610cdb1ec47d4 (diff) | |
| download | bcm5719-llvm-97257f8e40e242f40d50402f9ab7f2e8ceace46d.tar.gz bcm5719-llvm-97257f8e40e242f40d50402f9ab7f2e8ceace46d.zip | |
mention that unwind isn't to be trusted, patch by Dustin Laurence
llvm-svn: 93518
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/LangRef.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 0a46e27bb83..d8229033f92 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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> <!-- _______________________________________________________________________ --> |

