summaryrefslogtreecommitdiffstats
path: root/src/test/mir-opt/inline/inline_compatibility.not_inlined_target_feature.Inline.diff
blob: 8506e257b3fe930ab2f5f26d42aab7aff84e52a0 (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_target_feature` before Inline
+ // MIR for `not_inlined_target_feature` after Inline
  
  fn not_inlined_target_feature() -> () {
      let mut _0: ();                      // return place in scope 0 at $DIR/inline-compatibility.rs:+0:44: +0:44
      let _1: ();                          // in scope 0 at $DIR/inline-compatibility.rs:+1:5: +1:21
  
      bb0: {
          StorageLive(_1);                 // scope 0 at $DIR/inline-compatibility.rs:+1:5: +1:21
          _1 = target_feature() -> bb1;    // scope 0 at $DIR/inline-compatibility.rs:+1:5: +1:21
                                           // mir::Constant
                                           // + span: $DIR/inline-compatibility.rs:18:5: 18:19
                                           // + literal: Const { ty: unsafe fn() {target_feature}, val: Value(<ZST>) }
      }
  
      bb1: {
          StorageDead(_1);                 // scope 0 at $DIR/inline-compatibility.rs:+1:21: +1:22
          _0 = const ();                   // scope 0 at $DIR/inline-compatibility.rs:+0:44: +2:2
          return;                          // scope 0 at $DIR/inline-compatibility.rs:+2:2: +2:2
      }
  }