X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fmir-opt%2Fsimplify_if.rs;h=471c1df3300f0f7b2f6796e8b49854b27e90a488;hb=344f8d9e6237d2dc25d57dbc8448853084f63779;hp=35512b94c0c8cf8f96c87db6ab2350ae51118525;hpb=8869ee03d7f258e1b76a11c6fbb01b5708a9f504;p=rust.git diff --git a/src/test/mir-opt/simplify_if.rs b/src/test/mir-opt/simplify_if.rs index 35512b94c0c..471c1df3300 100644 --- a/src/test/mir-opt/simplify_if.rs +++ b/src/test/mir-opt/simplify_if.rs @@ -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