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