about summary refs log tree commit diff
path: root/tests/mir-opt/issue_41110.test.ElaborateDrops.panic-unwind.diff
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2023-06-06 09:47:00 -0400
committerBen Kimock <kimockb@gmail.com>2023-06-15 15:19:11 -0400
commit0a1fa411edbf6f9ad1205655d77cfda5a43aac06 (patch)
tree35f05b194635642648301bb16e271ce4ae6860a2 /tests/mir-opt/issue_41110.test.ElaborateDrops.panic-unwind.diff
parent331249a94930adb3d2a7243d946733b63324b2d6 (diff)
downloadrust-0a1fa411edbf6f9ad1205655d77cfda5a43aac06.tar.gz
rust-0a1fa411edbf6f9ad1205655d77cfda5a43aac06.zip
Remove comments from mir-opt MIR dumps
Diffstat (limited to 'tests/mir-opt/issue_41110.test.ElaborateDrops.panic-unwind.diff')
-rw-r--r--tests/mir-opt/issue_41110.test.ElaborateDrops.panic-unwind.diff103
1 files changed, 50 insertions, 53 deletions
diff --git a/tests/mir-opt/issue_41110.test.ElaborateDrops.panic-unwind.diff b/tests/mir-opt/issue_41110.test.ElaborateDrops.panic-unwind.diff
index a4a07ad1243..b33d8fc52b4 100644
--- a/tests/mir-opt/issue_41110.test.ElaborateDrops.panic-unwind.diff
+++ b/tests/mir-opt/issue_41110.test.ElaborateDrops.panic-unwind.diff
@@ -2,104 +2,101 @@
 + // MIR for `test` after ElaborateDrops
   
   fn test() -> () {
-      let mut _0: ();                      // return place in scope 0 at $DIR/issue_41110.rs:+0:15: +0:15
-      let _1: S;                           // in scope 0 at $DIR/issue_41110.rs:+1:9: +1:10
-      let _3: ();                          // in scope 0 at $DIR/issue_41110.rs:+3:5: +3:12
-      let mut _4: S;                       // in scope 0 at $DIR/issue_41110.rs:+3:10: +3:11
-      let mut _5: S;                       // in scope 0 at $DIR/issue_41110.rs:+4:9: +4:10
-+     let mut _6: bool;                    // in scope 0 at $DIR/issue_41110.rs:+5:1: +5:2
+      let mut _0: ();
+      let _1: S;
+      let _3: ();
+      let mut _4: S;
+      let mut _5: S;
++     let mut _6: bool;
       scope 1 {
-          debug u => _1;                   // in scope 1 at $DIR/issue_41110.rs:+1:9: +1:10
-          let mut _2: S;                   // in scope 1 at $DIR/issue_41110.rs:+2:9: +2:14
+          debug u => _1;
+          let mut _2: S;
           scope 2 {
-              debug v => _2;               // in scope 2 at $DIR/issue_41110.rs:+2:9: +2:14
+              debug v => _2;
           }
       }
   
       bb0: {
-+         _6 = const false;                // scope 0 at $DIR/issue_41110.rs:+1:9: +1:10
-          StorageLive(_1);                 // scope 0 at $DIR/issue_41110.rs:+1:9: +1:10
-+         _6 = const true;                 // scope 0 at $DIR/issue_41110.rs:+1:13: +1:14
-          _1 = S;                          // scope 0 at $DIR/issue_41110.rs:+1:13: +1:14
-          StorageLive(_2);                 // scope 1 at $DIR/issue_41110.rs:+2:9: +2:14
-          _2 = S;                          // scope 1 at $DIR/issue_41110.rs:+2:17: +2:18
-          StorageLive(_3);                 // scope 2 at $DIR/issue_41110.rs:+3:5: +3:12
-          StorageLive(_4);                 // scope 2 at $DIR/issue_41110.rs:+3:10: +3:11
-          _4 = move _2;                    // scope 2 at $DIR/issue_41110.rs:+3:10: +3:11
-          _3 = std::mem::drop::<S>(move _4) -> [return: bb1, unwind: bb7]; // scope 2 at $DIR/issue_41110.rs:+3:5: +3:12
-                                           // mir::Constant
-                                           // + span: $DIR/issue_41110.rs:17:5: 17:9
-                                           // + literal: Const { ty: fn(S) {std::mem::drop::<S>}, val: Value(<ZST>) }
++         _6 = const false;
+          StorageLive(_1);
++         _6 = const true;
+          _1 = S;
+          StorageLive(_2);
+          _2 = S;
+          StorageLive(_3);
+          StorageLive(_4);
+          _4 = move _2;
+          _3 = std::mem::drop::<S>(move _4) -> [return: bb1, unwind: bb7];
       }
   
       bb1: {
-          StorageDead(_4);                 // scope 2 at $DIR/issue_41110.rs:+3:11: +3:12
-          StorageDead(_3);                 // scope 2 at $DIR/issue_41110.rs:+3:12: +3:13
-          StorageLive(_5);                 // scope 2 at $DIR/issue_41110.rs:+4:9: +4:10
-+         _6 = const false;                // scope 2 at $DIR/issue_41110.rs:+4:9: +4:10
-          _5 = move _1;                    // scope 2 at $DIR/issue_41110.rs:+4:9: +4:10
--         drop(_2) -> [return: bb2, unwind: bb3]; // scope 2 at $DIR/issue_41110.rs:+4:5: +4:6
-+         goto -> bb2;                     // scope 2 at $DIR/issue_41110.rs:+4:5: +4:6
+          StorageDead(_4);
+          StorageDead(_3);
+          StorageLive(_5);
++         _6 = const false;
+          _5 = move _1;
+-         drop(_2) -> [return: bb2, unwind: bb3];
++         goto -> bb2;
       }
   
       bb2: {
-          _2 = move _5;                    // scope 2 at $DIR/issue_41110.rs:+4:5: +4:6
--         drop(_5) -> [return: bb4, unwind: bb8]; // scope 2 at $DIR/issue_41110.rs:+4:9: +4:10
-+         goto -> bb4;                     // scope 2 at $DIR/issue_41110.rs:+4:9: +4:10
+          _2 = move _5;
+-         drop(_5) -> [return: bb4, unwind: bb8];
++         goto -> bb4;
       }
   
       bb3 (cleanup): {
-          _2 = move _5;                    // scope 2 at $DIR/issue_41110.rs:+4:5: +4:6
-          drop(_5) -> [return: bb8, unwind terminate]; // scope 2 at $DIR/issue_41110.rs:+4:9: +4:10
+          _2 = move _5;
+          drop(_5) -> [return: bb8, unwind terminate];
       }
   
       bb4: {
-          StorageDead(_5);                 // scope 2 at $DIR/issue_41110.rs:+4:9: +4:10
-          _0 = const ();                   // scope 0 at $DIR/issue_41110.rs:+0:15: +5:2
-          drop(_2) -> [return: bb5, unwind: bb9]; // scope 1 at $DIR/issue_41110.rs:+5:1: +5:2
+          StorageDead(_5);
+          _0 = const ();
+          drop(_2) -> [return: bb5, unwind: bb9];
       }
   
       bb5: {
-          StorageDead(_2);                 // scope 1 at $DIR/issue_41110.rs:+5:1: +5:2
--         drop(_1) -> bb6;                 // scope 0 at $DIR/issue_41110.rs:+5:1: +5:2
-+         goto -> bb6;                     // scope 0 at $DIR/issue_41110.rs:+5:1: +5:2
+          StorageDead(_2);
+-         drop(_1) -> bb6;
++         goto -> bb6;
       }
   
       bb6: {
-+         _6 = const false;                // scope 0 at $DIR/issue_41110.rs:+5:1: +5:2
-          StorageDead(_1);                 // scope 0 at $DIR/issue_41110.rs:+5:1: +5:2
-          return;                          // scope 0 at $DIR/issue_41110.rs:+5:2: +5:2
++         _6 = const false;
+          StorageDead(_1);
+          return;
       }
   
       bb7 (cleanup): {
--         drop(_4) -> [return: bb8, unwind terminate]; // scope 2 at $DIR/issue_41110.rs:+3:11: +3:12
-+         goto -> bb8;                     // scope 2 at $DIR/issue_41110.rs:+3:11: +3:12
+-         drop(_4) -> [return: bb8, unwind terminate];
++         goto -> bb8;
       }
   
       bb8 (cleanup): {
--         drop(_2) -> [return: bb9, unwind terminate]; // scope 1 at $DIR/issue_41110.rs:+5:1: +5:2
-+         goto -> bb9;                     // scope 1 at $DIR/issue_41110.rs:+5:1: +5:2
+-         drop(_2) -> [return: bb9, unwind terminate];
++         goto -> bb9;
       }
   
       bb9 (cleanup): {
--         drop(_1) -> [return: bb10, unwind terminate]; // scope 0 at $DIR/issue_41110.rs:+5:1: +5:2
-+         goto -> bb13;                    // scope 0 at $DIR/issue_41110.rs:+5:1: +5:2
+-         drop(_1) -> [return: bb10, unwind terminate];
++         goto -> bb13;
       }
   
       bb10 (cleanup): {
-          resume;                          // scope 0 at $DIR/issue_41110.rs:+0:1: +5:2
+          resume;
 +     }
 + 
 +     bb11 (cleanup): {
-+         unreachable;                     // scope 0 at $DIR/issue_41110.rs:+0:1: +5:2
++         unreachable;
 +     }
 + 
 +     bb12 (cleanup): {
-+         drop(_1) -> [return: bb10, unwind terminate]; // scope 0 at $DIR/issue_41110.rs:+5:1: +5:2
++         drop(_1) -> [return: bb10, unwind terminate];
 +     }
 + 
 +     bb13 (cleanup): {
-+         switchInt(_6) -> [0: bb10, otherwise: bb12]; // scope 0 at $DIR/issue_41110.rs:+5:1: +5:2
++         switchInt(_6) -> [0: bb10, otherwise: bb12];
       }
   }