summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/dead-store-elimination/call_arg_copy.move_packed.DeadStoreElimination.panic-abort.diff
blob: dc0f9073416fdc9837bf6956a292399290d25f50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- // MIR for `move_packed` before DeadStoreElimination
+ // MIR for `move_packed` after DeadStoreElimination
  
  fn move_packed(_1: Packed) -> () {
      let mut _0: ();
  
      bb0: {
          _0 = use_both(const 0_i32, (_1.1: i32)) -> [return: bb1, unwind unreachable];
      }
  
      bb1: {
          return;
      }
  }