insertFinallyBlockGotos

Insert gotos to finally blocks when doing a return or goto from inside a try block to outside. Done after blocks are generated because then we know all the edges of the graph, but before the Bpred's are computed. Only for functions with no exception handling. Very similar to insertFinallyBlockCalls().

extern (C++)
void
insertFinallyBlockGotos
(
block* startblock
)

Parameters

startblock block*

first block in function

Suggestion Box / Bug Report