os-rust/tests/mir-opt/retag.{impl#0}-foo.SimplifyCfg-pre-optimizations.after.panic-unwind.mir

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

19 lines
463 B
Rust
Raw Normal View History

// MIR for `<impl at $DIR/retag.rs:13:1: 13:10>::foo` after SimplifyCfg-pre-optimizations
2020-04-02 21:09:01 +00:00
fn <impl at $DIR/retag.rs:13:1: 13:10>::foo(_1: &Test, _2: &mut i32) -> &mut i32 {
2023-06-06 09:47:00 -04:00
debug self => _1;
debug x => _2;
let mut _0: &mut i32;
let mut _3: &mut i32;
2020-04-02 21:09:01 +00:00
bb0: {
2023-06-06 09:47:00 -04:00
Retag([fn entry] _1);
Retag([fn entry] _2);
StorageLive(_3);
_3 = &mut (*_2);
_0 = &mut (*_3);
StorageDead(_3);
return;
2020-04-02 21:09:01 +00:00
}
}