Index: LangRef.html =================================================================== --- LangRef.html (revision 93322) +++ LangRef.html (working copy) @@ -2840,6 +2840,9 @@ IfUnequal: block to the "normal" label. If the callee unwinds then no return value is available.

+

Note that the code generator does not yet completely support unwind, and +that the invoke/unwind semantics are likely to change in future versions.

+
Example:
   %retval = invoke i32 @Test(i32 15) to label %Continue
@@ -2876,6 +2879,9 @@ Instruction 
    specified by the invoke instruction.  If there is no invoke
    instruction in the dynamic call chain, undefined behavior results.

+

Note that the code generator does not yet completely support unwind, and +that the invoke/unwind semantics are likely to change in future versions.

+