rust/tests/mir-opt/retag.{impl#0}-foo_shr.Simp...

16 lines
369 B
Rust

// MIR for `<impl at $DIR/retag.rs:13:1: 13:10>::foo_shr` after SimplifyCfg-pre-optimizations
fn <impl at $DIR/retag.rs:13:1: 13:10>::foo_shr(_1: &Test, _2: &i32) -> &i32 {
debug self => _1;
debug x => _2;
let mut _0: &i32;
bb0: {
Retag([fn entry] _1);
Retag([fn entry] _2);
_0 = _2;
Retag(_0);
return;
}
}