summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/dead-store-elimination/provenance_soundness.retags.DeadStoreElimination.diff
blob: e1ebc39aacc4a942219ced571e2ef0cc2d6d80bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- // MIR for `retags` before DeadStoreElimination
+ // MIR for `retags` after DeadStoreElimination
  
  fn retags(_1: &mut i32) -> () {
      debug _r => _1;
      let mut _0: ();
  
      bb0: {
          Retag([fn entry] _1);
          _0 = const ();
          return;
      }
  }