summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/dataflow-const-prop/transmute.unreachable_ref.DataflowConstProp.64bit.diff
blob: 31fcaafc5bca39926a0ac1561da69ab31b740959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- // MIR for `unreachable_ref` before DataflowConstProp
+ // MIR for `unreachable_ref` after DataflowConstProp
  
  fn unreachable_ref() -> ! {
      let mut _0: !;
      let _1: &Never;
      scope 1 {
          debug x => _1;
      }
      scope 2 {
      }
  
      bb0: {
          StorageLive(_1);
-         _1 = const 1_usize as &Never (Transmute);
+         _1 = const {0x1 as &Never};
          unreachable;
      }
  }