forked from OSchip/llvm-project
parent
18d0438148
commit
6b7a00869a
|
@ -1371,7 +1371,7 @@ branches or with a lookup table.</p>
|
|||
|
||||
<pre>
|
||||
<result> = invoke [<a href="#callingconv">cconv</a>] <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>
|
||||
</pre>
|
||||
|
||||
<h5>Overview:</h5>
|
||||
|
@ -1432,9 +1432,9 @@ exception. Additionally, this is important for implementation of
|
|||
<h5>Example:</h5>
|
||||
<pre>
|
||||
%retval = invoke int %Test(int 15) to label %Continue
|
||||
except label %TestCleanup <i>; {int}:retval set</i>
|
||||
unwind label %TestCleanup <i>; {int}:retval set</i>
|
||||
%retval = invoke <a href="#callingconv">coldcc</a> int %Test(int 15) to label %Continue
|
||||
except label %TestCleanup <i>; {int}:retval set</i>
|
||||
unwind label %TestCleanup <i>; {int}:retval set</i>
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue