blob: c7aff795bd8c57b5e29c84a235bf6df87380caf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
- // MIR for `move_packed` before DeadStoreElimination-final
+ // MIR for `move_packed` after DeadStoreElimination-final
fn move_packed(_1: Packed) -> () {
let mut _0: ();
bb0: {
_0 = use_both(const 0_i32, copy (_1.1: i32)) -> [return: bb1, unwind continue];
}
bb1: {
return;
}
}
|