]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/matches_reduce_branches.foo.PreCodegen.before.64bit.mir
Rollup merge of #99864 - klensy:bootstrap-art-dupe, r=jyn514
[rust.git] / src / test / mir-opt / matches_reduce_branches.foo.PreCodegen.before.64bit.mir
index e3b318c949fc60594c76875f753fbae4d7123eb7..a36ec8de4a391886bdfa5a4c1b51b03403637623 100644 (file)
@@ -1,10 +1,10 @@
 // MIR for `foo` before PreCodegen
 
 fn foo(_1: Option<()>) -> () {
-    debug bar => _1;                     // in scope 0 at $DIR/matches_reduce_branches.rs:7:8: 7:11
-    let mut _0: ();                      // return place in scope 0 at $DIR/matches_reduce_branches.rs:7:25: 7:25
+    debug bar => _1;                     // in scope 0 at $DIR/matches_reduce_branches.rs:+0:8: +0:11
+    let mut _0: ();                      // return place in scope 0 at $DIR/matches_reduce_branches.rs:+0:25: +0:25
 
     bb0: {
-        return;                          // scope 0 at $DIR/matches_reduce_branches.rs:11:2: 11:2
+        return;                          // scope 0 at $DIR/matches_reduce_branches.rs:+4:2: +4:2
     }
 }