summary refs log tree commit diff
path: root/tests/mir-opt/inline/inline_compatibility.not_inlined_c_variadic.Inline.panic-unwind.diff
blob: 364acab6d9361a291bf92c47047e3a69db5637c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- // MIR for `not_inlined_c_variadic` before Inline
+ // MIR for `not_inlined_c_variadic` after Inline
  
  fn not_inlined_c_variadic() -> () {
      let mut _0: ();
      let _1: u32;
      scope 1 {
          debug s => _1;
      }
  
      bb0: {
          StorageLive(_1);
          _1 = sum(const 4_u32, const 4_u32, const 30_u32, const 200_u32, const 1000_u32) -> [return: bb1, unwind continue];
      }
  
      bb1: {
          _0 = const ();
          StorageDead(_1);
          return;
      }
  }