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