rust/tests/mir-opt/retag.main-{closure#0}.SimplifyCfg-pre-optimizations.after.panic-unwind.mir

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

22 lines
454 B
Rust
Raw Normal View History

// MIR for `main::{closure#0}` after SimplifyCfg-pre-optimizations
2020-04-02 16:09:01 -05:00
fn main::{closure#0}(_1: &{closure@main::{closure#0}}, _2: &i32) -> &i32 {
2023-06-06 08:47:00 -05:00
debug x => _2;
let mut _0: &i32;
let _3: &i32;
2020-04-02 16:09:01 -05:00
scope 1 {
2023-06-06 08:47:00 -05:00
debug _y => _3;
2020-04-02 16:09:01 -05:00
}
bb0: {
2023-06-06 08:47:00 -05:00
Retag([fn entry] _1);
Retag([fn entry] _2);
StorageLive(_3);
_3 = copy _2;
Retag(_3);
_0 = &(*_2);
StorageDead(_3);
return;
2020-04-02 16:09:01 -05:00
}
}