blob: b873c5aabbfc32ac5d0d5dd7c1925bd5a80ee577 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// 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 = copy _2;
Retag(_0);
return;
}
}
|