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