Function come::ir::editor::analyzer::control_flow::remove_unreachable_nodes

source ·
fn remove_unreachable_nodes(
    graph: DiGraph<(), (), usize>
) -> DiGraph<(), (), usize>
Expand description

Remove unreachable nodes from a graph.