prune_labels

Function prune_labels 

Source
pub fn prune_labels<B: BV>(instrs: Vec<LabeledInstr<B>>) -> Vec<LabeledInstr<B>>
Expand description

Remove labels which are not the targets of any jump or goto.