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