]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/retag.main-{closure#0}.SimplifyCfg-elaborate-drops.after.mir
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25
[rust.git] / src / test / mir-opt / retag.main-{closure#0}.SimplifyCfg-elaborate-drops.after.mir
index 0b8c4d25d2d3c651383fd5f0631bc7b065f55b15..5808c607752522df3d0257947d780f67b4b31517 100644 (file)
@@ -9,14 +9,14 @@ fn main::{closure#0}(_1: &[closure@main::{closure#0}], _2: &i32) -> &i32 {
     }
 
     bb0: {
-        Retag([fn entry] _1);            // scope 0 at $DIR/retag.rs:40:31: 43:6
-        Retag([fn entry] _2);            // scope 0 at $DIR/retag.rs:40:31: 43:6
+        Retag([fn entry] _1);            // scope 0 at $DIR/retag.rs:40:31: 40:48
+        Retag([fn entry] _2);            // scope 0 at $DIR/retag.rs:40:31: 40:48
         StorageLive(_3);                 // scope 0 at $DIR/retag.rs:41:13: 41:15
         _3 = _2;                         // scope 0 at $DIR/retag.rs:41:18: 41:19
         Retag(_3);                       // scope 0 at $DIR/retag.rs:41:18: 41:19
         _0 = _2;                         // scope 1 at $DIR/retag.rs:42:9: 42:10
         Retag(_0);                       // scope 1 at $DIR/retag.rs:42:9: 42:10
         StorageDead(_3);                 // scope 0 at $DIR/retag.rs:43:5: 43:6
-        return;                          // scope 0 at $DIR/retag.rs:43:6: 43:6
+        return;                          // scope 0 at $DIR/retag.rs:40:48: 40:48
     }
 }