summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/instsimplify/intrinsic_asserts.generic_ref.InstSimplify.diff
blob: d29af0945f7dc86491e33e527ae86f197711d905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- // MIR for `generic_ref` before InstSimplify
+ // MIR for `generic_ref` after InstSimplify
  
  fn generic_ref() -> () {
      let mut _0: ();
      let _1: ();
  
      bb0: {
          StorageLive(_1);
          _1 = assert_mem_uninitialized_valid::<&T>() -> [return: bb1, unwind unreachable];
      }
  
      bb1: {
          StorageDead(_1);
          _0 = const ();
          return;
      }
  }