mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
Change token to match asmprinter output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28285 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3e246dd084
commit
76b8a33f4a
@ -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
Block a user