insertFinallyBlockCalls

Insert finally block calls when doing a 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 EH_DWARF exception unwinding.

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

Parameters

startblock block*

first block in function

Suggestion Box / Bug Report