rust/compiler/rustc_mir_transform
Dylan MacKenzie bb27b05104 Separate RemoveFalseEdges from SimplifyBranches
Otherwise dataflow state will propagate along false edges and cause
things to be marked as maybe init unnecessarily. These should be
separate, since `SimplifyBranches` also makes `if true {} else {}` into
a `goto`, which means we wouldn't lint anything in the `else` block.
2021-11-30 17:14:48 -08:00
..
src Separate RemoveFalseEdges from SimplifyBranches 2021-11-30 17:14:48 -08:00
Cargo.toml Remove re-export. 2021-10-03 16:08:54 +02:00