]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/simplify_if.rs
Rollup merge of #68487 - 0dvictor:nolink, r=tmandry
[rust.git] / src / test / mir-opt / simplify_if.rs
index 35512b94c0c8cf8f96c87db6ab2350ae51118525..471c1df3300f0f7b2f6796e8b49854b27e90a488 100644 (file)
@@ -8,12 +8,12 @@ fn main() {
 // START rustc.main.SimplifyBranches-after-const-prop.before.mir
 // bb0: {
 //     ...
-//     switchInt(const false) -> [false: bb3, otherwise: bb1];
+//     switchInt(const false) -> [false: bb1, otherwise: bb2];
 // }
 // END rustc.main.SimplifyBranches-after-const-prop.before.mir
 // START rustc.main.SimplifyBranches-after-const-prop.after.mir
 // bb0: {
 //     ...
-//     goto -> bb3;
+//     goto -> bb1;
 // }
 // END rustc.main.SimplifyBranches-after-const-prop.after.mir