Open kc611 opened 1 year ago
Resolves: #73
As titled,
This PR removes jump_targets and back_edges as a attribute of BasicBlocks and makes it a attribute of SCFG instead. This makes it easier to 'flatten' the graph later on.
jump_targets
back_edges
BasicBlocks
Resolves: #73
As titled,
This PR removes
jump_targets
andback_edges
as a attribute ofBasicBlocks
and makes it a attribute of SCFG instead. This makes it easier to 'flatten' the graph later on.