rust/tests/mir-opt/lower_intrinsics.unreachable.LowerIntrinsics.panic-unwind.diff
2023-06-15 15:19:11 -04:00

19 lines
389 B
Diff

- // MIR for `unreachable` before LowerIntrinsics
+ // MIR for `unreachable` after LowerIntrinsics
fn unreachable() -> ! {
let mut _0: !;
let _1: ();
let mut _2: !;
scope 1 {
}
bb0: {
StorageLive(_1);
StorageLive(_2);
- _2 = std::intrinsics::unreachable() -> unwind unreachable;
+ unreachable;
}
}