rust/tests/mir-opt/issue_104451_unwindable_intrinsics.main.AbortUnwindingCalls.after.panic-unwind.mir

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
350 B
Rust
Raw Normal View History

2023-04-12 14:04:41 +01:00
// MIR for `main` after AbortUnwindingCalls
fn main() -> () {
2023-06-06 09:47:00 -04:00
let mut _0: ();
let mut _1: !;
let mut _2: ();
2023-04-12 14:04:41 +01:00
scope 1 {
}
bb0: {
2023-06-06 09:47:00 -04:00
StorageLive(_1);
StorageLive(_2);
_2 = ();
2023-06-23 17:53:09 +01:00
_1 = const_eval_select::<(), fn() -> ! {ow_ct}, fn() -> ! {ow_ct}, !>(move _2, ow_ct, ow_ct) -> unwind continue;
2023-04-12 14:04:41 +01:00
}
}