rust/tests/mir-opt/inline/inline_diverging.f.Inline.panic-abort.diff
2023-06-15 15:19:11 -04:00

22 lines
355 B
Diff

- // MIR for `f` before Inline
+ // MIR for `f` after Inline
fn f() -> () {
let mut _0: ();
let mut _1: !;
let _2: !;
+ scope 1 (inlined sleep) {
+ }
bb0: {
StorageLive(_2);
- _2 = sleep() -> unwind unreachable;
+ goto -> bb1;
+ }
+
+ bb1: {
+ goto -> bb1;
}
}