about summary refs log tree commit diff
path: root/tests/mir-opt/inline/cycle.main.Inline.panic-abort.diff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/inline/cycle.main.Inline.panic-abort.diff')
-rw-r--r--tests/mir-opt/inline/cycle.main.Inline.panic-abort.diff77
1 files changed, 34 insertions, 43 deletions
diff --git a/tests/mir-opt/inline/cycle.main.Inline.panic-abort.diff b/tests/mir-opt/inline/cycle.main.Inline.panic-abort.diff
index 55a0f92197b..eb007635416 100644
--- a/tests/mir-opt/inline/cycle.main.Inline.panic-abort.diff
+++ b/tests/mir-opt/inline/cycle.main.Inline.panic-abort.diff
@@ -2,20 +2,20 @@
 + // MIR for `main` after Inline
   
   fn main() -> () {
-      let mut _0: ();                      // return place in scope 0 at $DIR/cycle.rs:+0:11: +0:11
-      let _1: ();                          // in scope 0 at $DIR/cycle.rs:+1:5: +1:9
-+     let mut _2: fn() {g};                // in scope 0 at $DIR/cycle.rs:+1:5: +1:9
-+     let mut _5: ();                      // in scope 0 at $DIR/cycle.rs:6:5: 6:8
-+     scope 1 (inlined f::<fn() {g}>) {    // at $DIR/cycle.rs:17:5: 17:9
-+         debug g => _2;                   // in scope 1 at $DIR/cycle.rs:5:6: 5:7
-+         let mut _3: &fn() {g};           // in scope 1 at $DIR/cycle.rs:6:5: 6:6
-+         let _4: ();                      // in scope 1 at $DIR/cycle.rs:6:5: 6:8
-+         scope 2 (inlined <fn() {g} as Fn<()>>::call - shim(fn() {g})) { // at $DIR/cycle.rs:6:5: 6:8
-+             scope 3 (inlined g) {        // at $SRC_DIR/core/src/ops/function.rs:LL:COL
-+                 scope 4 (inlined f::<fn() {main}>) { // at $DIR/cycle.rs:12:5: 12:12
-+                     debug g => main;     // in scope 4 at $DIR/cycle.rs:5:6: 5:7
-+                     let _6: ();          // in scope 4 at $DIR/cycle.rs:6:5: 6:8
-+                     scope 5 (inlined <fn() {main} as Fn<()>>::call - shim(fn() {main})) { // at $DIR/cycle.rs:6:5: 6:8
+      let mut _0: ();
+      let _1: ();
++     let mut _2: fn() {g};
++     let mut _5: ();
++     scope 1 (inlined f::<fn() {g}>) {
++         debug g => _2;
++         let mut _3: &fn() {g};
++         let _4: ();
++         scope 2 (inlined <fn() {g} as Fn<()>>::call - shim(fn() {g})) {
++             scope 3 (inlined g) {
++                 scope 4 (inlined f::<fn() {main}>) {
++                     debug g => main;
++                     let _6: ();
++                     scope 5 (inlined <fn() {main} as Fn<()>>::call - shim(fn() {main})) {
 +                     }
 +                 }
 +             }
@@ -23,41 +23,32 @@
 +     }
   
       bb0: {
-          StorageLive(_1);                 // scope 0 at $DIR/cycle.rs:+1:5: +1:9
--         _1 = f::<fn() {g}>(g) -> [return: bb1, unwind unreachable]; // scope 0 at $DIR/cycle.rs:+1:5: +1:9
-+         StorageLive(_2);                 // scope 0 at $DIR/cycle.rs:+1:5: +1:9
-+         _2 = g;                          // scope 0 at $DIR/cycle.rs:+1:5: +1:9
-                                           // mir::Constant
--                                          // + span: $DIR/cycle.rs:17:5: 17:6
--                                          // + literal: Const { ty: fn(fn() {g}) {f::<fn() {g}>}, val: Value(<ZST>) }
--                                          // mir::Constant
-                                           // + span: $DIR/cycle.rs:17:7: 17:8
-                                           // + literal: Const { ty: fn() {g}, val: Value(<ZST>) }
-+         StorageLive(_4);                 // scope 0 at $DIR/cycle.rs:+1:5: +1:9
-+         StorageLive(_3);                 // scope 1 at $DIR/cycle.rs:6:5: 6:6
-+         _3 = &_2;                        // scope 1 at $DIR/cycle.rs:6:5: 6:6
-+         StorageLive(_5);                 // scope 1 at $DIR/cycle.rs:6:5: 6:8
-+         _5 = const ();                   // scope 1 at $DIR/cycle.rs:6:5: 6:8
-+         StorageLive(_6);                 // scope 2 at $SRC_DIR/core/src/ops/function.rs:LL:COL
-+         _6 = main() -> [return: bb2, unwind unreachable]; // scope 5 at $SRC_DIR/core/src/ops/function.rs:LL:COL
-+                                          // mir::Constant
-+                                          // + span: no-location
-+                                          // + literal: Const { ty: fn() {main}, val: Value(<ZST>) }
+          StorageLive(_1);
+-         _1 = f::<fn() {g}>(g) -> [return: bb1, unwind unreachable];
++         StorageLive(_2);
++         _2 = g;
++         StorageLive(_4);
++         StorageLive(_3);
++         _3 = &_2;
++         StorageLive(_5);
++         _5 = const ();
++         StorageLive(_6);
++         _6 = main() -> [return: bb2, unwind unreachable];
       }
   
       bb1: {
-+         StorageDead(_4);                 // scope 0 at $DIR/cycle.rs:+1:5: +1:9
-+         StorageDead(_2);                 // scope 0 at $DIR/cycle.rs:+1:5: +1:9
-          StorageDead(_1);                 // scope 0 at $DIR/cycle.rs:+1:9: +1:10
-          _0 = const ();                   // scope 0 at $DIR/cycle.rs:+0:11: +2:2
-          return;                          // scope 0 at $DIR/cycle.rs:+2:2: +2:2
++         StorageDead(_4);
++         StorageDead(_2);
+          StorageDead(_1);
+          _0 = const ();
+          return;
 +     }
 + 
 +     bb2: {
-+         StorageDead(_6);                 // scope 2 at $SRC_DIR/core/src/ops/function.rs:LL:COL
-+         StorageDead(_5);                 // scope 1 at $DIR/cycle.rs:6:5: 6:8
-+         StorageDead(_3);                 // scope 1 at $DIR/cycle.rs:6:7: 6:8
-+         drop(_2) -> [return: bb1, unwind unreachable]; // scope 1 at $DIR/cycle.rs:7:1: 7:2
++         StorageDead(_6);
++         StorageDead(_5);
++         StorageDead(_3);
++         drop(_2) -> [return: bb1, unwind unreachable];
       }
   }