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 23b1cc1 commit 357c3cfCopy full SHA for 357c3cf
compiler/rustc_mir_dataflow/src/framework/direction.rs
@@ -287,7 +287,7 @@ impl Direction for Backward {
287
| mir::TerminatorKind::InlineAsm { cleanup: Some(unwind), .. }
288
if unwind == bb =>
289
{
290
- if dead_unwinds.map_or(true, |dead| !dead.contains(bb)) {
+ if dead_unwinds.map_or(true, |dead| !dead.contains(pred)) {
291
propagate(pred, exit_state);
292
}
293
0 commit comments