Skip to main content

redundant

Function redundant 

Source
pub fn redundant(
    func: &mut Func,
    insts: &FlagInsts,
    machine: &MachineInsts,
    names: &mut Interner,
) -> usize
Expand 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.