about summary refs log tree commit diff
path: root/tests/mir-opt/const_prop/transmute.from_char.GVN.32bit.diff
blob: 2b38e88ae4c7397fb965332916d591ba622653be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- // MIR for `from_char` before GVN
+ // MIR for `from_char` after GVN
  
  fn from_char() -> i32 {
      let mut _0: i32;
  
      bb0: {
-         _0 = const 'R' as i32 (Transmute);
+         _0 = const 82_i32;
          return;
      }
  }