We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2ab7f commit 3fffdf9Copy full SHA for 3fffdf9
compiler/rustc_mir_dataflow/src/framework/direction.rs
@@ -119,10 +119,8 @@ impl Direction for Backward {
119
analysis.apply_switch_int_edge_effect(&mut data, &mut tmp, si_target);
120
propagate(pred, &tmp);
121
}
122
- propagate(pred, exit_state);
123
- } else {
124
- propagate(pred, exit_state)
125
+ propagate(pred, exit_state);
126
127
128
_ => propagate(pred, exit_state),
0 commit comments