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
(
ref ObNodes obnodes
)

Parameters

obnodes ObNodes

graph of the function

Suggestion Box / Bug Report