pub fn redundant(
func: &mut Func,
insts: &FlagInsts,
machine: &MachineInsts,
names: &mut Interner,
) -> usizeExpand description
Takes out every comparison whose condition state the instruction in front of it already left.
Gives back how many went, which the tests read and nothing else does.