rust/tests/mir-opt/inline/cycle.g.Inline.panic-unwind.diff

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

20 lines
346 B
Diff
Raw Normal View History

- // MIR for `g` before Inline
+ // MIR for `g` after Inline
fn g() -> () {
2023-06-06 08:47:00 -05:00
let mut _0: ();
let _1: ();
bb0: {
2023-06-06 08:47:00 -05:00
StorageLive(_1);
_1 = f::<fn() {main}>(main) -> [return: bb1, unwind continue];
}
bb1: {
2023-06-06 08:47:00 -05:00
StorageDead(_1);
_0 = const ();
return;
}
}