summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/asm_unwind_panic_abort.main.AbortUnwindingCalls.after.mir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/asm_unwind_panic_abort.main.AbortUnwindingCalls.after.mir')
-rw-r--r--tests/mir-opt/asm_unwind_panic_abort.main.AbortUnwindingCalls.after.mir16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/mir-opt/asm_unwind_panic_abort.main.AbortUnwindingCalls.after.mir b/tests/mir-opt/asm_unwind_panic_abort.main.AbortUnwindingCalls.after.mir
index f6954ab35..a59ffe97b 100644
--- a/tests/mir-opt/asm_unwind_panic_abort.main.AbortUnwindingCalls.after.mir
+++ b/tests/mir-opt/asm_unwind_panic_abort.main.AbortUnwindingCalls.after.mir
@@ -1,20 +1,20 @@
// MIR for `main` after AbortUnwindingCalls
fn main() -> () {
- 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
+ let mut _0: ();
+ let _1: ();
scope 1 {
}
bb0: {
- 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 terminate]; // scope 1 at $DIR/asm_unwind_panic_abort.rs:+2:9: +2:49
+ StorageLive(_1);
+ _1 = const ();
+ asm!("", options(MAY_UNWIND)) -> [return: bb1, unwind terminate];
}
bb1: {
- 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
+ StorageDead(_1);
+ _0 = const ();
+ return;
}
}