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 pred's are computed.

void
insertFinallyBlockCalls

Parameters

obnodes ObNodes

graph of the function

Meta