Nit
This commit is contained in:
parent
37ebd47ddb
commit
241ec5b3b3
1 changed files with 1 additions and 3 deletions
|
@ -279,9 +279,7 @@ impl Direction for Backward {
|
||||||
|
|
||||||
analysis.apply_switch_int_edge_effects(pred, discr, &mut applier);
|
analysis.apply_switch_int_edge_effects(pred, discr, &mut applier);
|
||||||
|
|
||||||
let BackwardSwitchIntEdgeEffectsApplier { effects_applied, .. } = applier;
|
if !applier.effects_applied {
|
||||||
|
|
||||||
if !effects_applied {
|
|
||||||
propagate(pred, exit_state)
|
propagate(pred, exit_state)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue