about summary refs log tree commit diff
path: root/tests/mir-opt/instsimplify/intrinsic_asserts.generic_ref.InstSimplify-after-simplifycfg.diff
blob: 6ddd8481ca7334202d79c0621ca17b0fcf6cf857 (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-after-simplifycfg
+ // MIR for `generic_ref` after InstSimplify-after-simplifycfg
  
  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;
      }
  }