2024-01-06 12:34:25 -06:00
|
|
|
- // MIR for `move_packed` before DeadStoreElimination-final
|
|
|
|
+ // MIR for `move_packed` after DeadStoreElimination-final
|
2023-08-23 11:00:42 -05:00
|
|
|
|
|
|
|
fn move_packed(_1: Packed) -> () {
|
|
|
|
let mut _0: ();
|
|
|
|
|
|
|
|
bb0: {
|
|
|
|
_0 = use_both(const 0_i32, (_1.1: i32)) -> [return: bb1, unwind continue];
|
|
|
|
}
|
|
|
|
|
|
|
|
bb1: {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|