mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 09:53:54 +00:00
no need to count the terminators.
llvm-svn: 136718
This commit is contained in:
parent
cefc38659a
commit
a780c5c9f1
@ -3026,15 +3026,15 @@ should not be exposed to source languages.</p>
|
||||
control flow, not values (the one exception being the
|
||||
'<a href="#i_invoke"><tt>invoke</tt></a>' instruction).</p>
|
||||
|
||||
<p>There are eight different terminator instructions: the
|
||||
'<a href="#i_ret"><tt>ret</tt></a>' instruction, the
|
||||
'<a href="#i_br"><tt>br</tt></a>' instruction, the
|
||||
'<a href="#i_switch"><tt>switch</tt></a>' instruction, the
|
||||
'<a href="#i_indirectbr">'<tt>indirectbr</tt></a>' Instruction, the
|
||||
'<a href="#i_invoke"><tt>invoke</tt></a>' instruction, the
|
||||
'<a href="#i_unwind"><tt>unwind</tt></a>' instruction, the
|
||||
'<a href="#i_resume"><tt>resume</tt></a>' instruction, and the
|
||||
'<a href="#i_unreachable"><tt>unreachable</tt></a>' instruction.</p>
|
||||
<p>The terminator instructions are:
|
||||
'<a href="#i_ret"><tt>ret</tt></a>',
|
||||
'<a href="#i_br"><tt>br</tt></a>',
|
||||
'<a href="#i_switch"><tt>switch</tt></a>',
|
||||
'<a href="#i_indirectbr"><tt>indirectbr</tt></a>',
|
||||
'<a href="#i_invoke"><tt>invoke</tt></a>',
|
||||
'<a href="#i_unwind"><tt>unwind</tt></a>',
|
||||
'<a href="#i_resume"><tt>resume</tt></a>', and
|
||||
'<a href="#i_unreachable"><tt>unreachable</tt></a>'.</p>
|
||||
|
||||
<!-- _______________________________________________________________________ -->
|
||||
<h4>
|
||||
|
Loading…
x
Reference in New Issue
Block a user