rust/compiler/rustc_mir_transform
Tomasz Miąsko 4d614e1d1f Do not collapse goto chains beginning with the start block
If any block on a goto chain has more than one predecessor, then the new
start block would have basic block predecessors.

Skip the transformation for the start block altogether, to avoid
violating the new invariant that the start block does not have any basic
block predecessors.
2021-09-18 07:28:55 +02:00
..
src Do not collapse goto chains beginning with the start block 2021-09-18 07:28:55 +02:00
Cargo.toml Rebase fallout. 2021-09-08 20:40:30 +02:00