]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/asm_unwind_panic_abort.main.AbortUnwindingCalls.after.mir
Rollup merge of #100115 - obeis:issue-99910, r=cjgillot
[rust.git] / src / test / mir-opt / asm_unwind_panic_abort.main.AbortUnwindingCalls.after.mir
index 44d722d6f9bffae1238a0e4932ceae8df8041f92..2487ef5c2150e51d834884f658dc24be751c582b 100644 (file)
@@ -1,24 +1,24 @@
 // MIR for `main` after AbortUnwindingCalls
 
 fn main() -> () {
-    let mut _0: ();                      // return place in scope 0 at $DIR/asm_unwind_panic_abort.rs:12:11: 12:11
-    let _1: ();                          // in scope 0 at $DIR/asm_unwind_panic_abort.rs:14:9: 14:49
+    let mut _0: ();                      // return place in scope 0 at $DIR/asm_unwind_panic_abort.rs:+0:11: +0:11
+    let _1: ();                          // in scope 0 at $DIR/asm_unwind_panic_abort.rs:+2:9: +2:49
     scope 1 {
     }
 
     bb0: {
-        StorageLive(_1);                 // scope 1 at $DIR/asm_unwind_panic_abort.rs:14:9: 14:49
-        _1 = const ();                   // scope 1 at $DIR/asm_unwind_panic_abort.rs:14:9: 14:49
-        asm!("", options(MAY_UNWIND)) -> [return: bb1, unwind: bb2]; // scope 1 at $DIR/asm_unwind_panic_abort.rs:14:9: 14:49
+        StorageLive(_1);                 // scope 1 at $DIR/asm_unwind_panic_abort.rs:+2:9: +2:49
+        _1 = const ();                   // scope 1 at $DIR/asm_unwind_panic_abort.rs:+2:9: +2:49
+        asm!("", options(MAY_UNWIND)) -> [return: bb1, unwind: bb2]; // scope 1 at $DIR/asm_unwind_panic_abort.rs:+2:9: +2:49
     }
 
     bb1: {
-        StorageDead(_1);                 // scope 1 at $DIR/asm_unwind_panic_abort.rs:14:48: 14:49
-        _0 = const ();                   // scope 1 at $DIR/asm_unwind_panic_abort.rs:13:5: 15:6
-        return;                          // scope 0 at $DIR/asm_unwind_panic_abort.rs:16:2: 16:2
+        StorageDead(_1);                 // scope 1 at $DIR/asm_unwind_panic_abort.rs:+2:48: +2:49
+        _0 = const ();                   // scope 1 at $DIR/asm_unwind_panic_abort.rs:+1:5: +3:6
+        return;                          // scope 0 at $DIR/asm_unwind_panic_abort.rs:+4:2: +4:2
     }
 
     bb2 (cleanup): {
-        abort;                           // scope 0 at $DIR/asm_unwind_panic_abort.rs:12:1: 16:2
+        abort;                           // scope 0 at $DIR/asm_unwind_panic_abort.rs:+0:1: +4:2
     }
 }