about summary refs log tree commit diff
path: root/tests/mir-opt/inline/cycle.main.Inline.panic-unwind.diff
blob: 7a25830a4d02939dc1ca1b26e178d178b3e3a1d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- // MIR for `main` before Inline
+ // MIR for `main` after Inline
  
  fn main() -> () {
      let mut _0: ();
      let _1: ();
  
      bb0: {
          StorageLive(_1);
          _1 = f::<fn() {g}>(g) -> [return: bb1, unwind continue];
      }
  
      bb1: {
          StorageDead(_1);
          _0 = const ();
          return;
      }
  }