blob: c0b599e060b28f11dc88ce6425d6395ab53fefaa [file] [log] [blame]
- // MIR for `test` before MatchBranchSimplification
+ // MIR for `test` after MatchBranchSimplification
fn test(_1: bool) -> () {
let mut _0: ();
bb0: {
goto -> bb1;
}
bb1: {
switchInt(_1) -> [0: bb1, otherwise: bb2];
}
bb2: {
switchInt(_1) -> [0: bb1, otherwise: bb2];
}
}