diff --git a/docs/LangRef.html b/docs/LangRef.html index b78fa1fef51..8ba8b164b56 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1371,7 +1371,7 @@ branches or with a lookup table.
<result> = invoke [cconv] <ptr to function ty> %<function ptr val>(<function args>) - to label <normal label> except label <exception label> + to label <normal label> unwind label <exception label>
%retval = invoke int %Test(int 15) to label %Continue - except label %TestCleanup ; {int}:retval set + unwind label %TestCleanup ; {int}:retval set %retval = invoke coldcc int %Test(int 15) to label %Continue - except label %TestCleanup ; {int}:retval set + unwind label %TestCleanup ; {int}:retval set