rust/tests/mir-opt/inline/inline_options.main.Inline.after.panic-unwind.mir

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

44 lines
806 B
Rust
Raw Normal View History

// MIR for `main` after Inline
fn main() -> () {
2023-06-06 08:47:00 -05:00
let mut _0: ();
let _1: ();
let _2: ();
scope 1 (inlined inlined::<u32>) {
let _3: ();
let _4: ();
let _5: ();
}
bb0: {
2023-06-06 08:47:00 -05:00
StorageLive(_1);
2023-06-23 11:53:09 -05:00
_1 = not_inlined() -> [return: bb1, unwind continue];
}
bb1: {
2023-06-06 08:47:00 -05:00
StorageDead(_1);
StorageLive(_2);
StorageLive(_3);
StorageLive(_4);
StorageLive(_5);
2023-06-23 11:53:09 -05:00
_3 = g() -> [return: bb3, unwind continue];
}
bb2: {
2023-06-06 08:47:00 -05:00
StorageDead(_5);
StorageDead(_4);
StorageDead(_3);
StorageDead(_2);
_0 = const ();
return;
}
bb3: {
2023-06-23 11:53:09 -05:00
_4 = g() -> [return: bb4, unwind continue];
}
bb4: {
2023-06-23 11:53:09 -05:00
_5 = g() -> [return: bb2, unwind continue];
}
}