GNU Compiler Collection (GCC) Internals: GIMPLE_RESX |
---|
Next:
GIMPLE_RETURN
, Previous:
GIMPLE_PHI
, Up: Tuple specific accessors [Contents][Index]
GIMPLE_RESX
Build a GIMPLE_RESX
statement which is a statement. This
statement is a placeholder for _Unwind_Resume before we know if a
function call or a branch is needed. REGION
is the exception
region from which control is flowing.
Return the region number for GIMPLE_RESX
G
.
Set REGION
to be the region number for GIMPLE_RESX
G
.