]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/matches_u8.exhaustive_match.MatchBranchSimplification.32bit.diff
Rollup merge of #99864 - klensy:bootstrap-art-dupe, r=jyn514
[rust.git] / src / test / mir-opt / matches_u8.exhaustive_match.MatchBranchSimplification.32bit.diff
index 711cc31f49f98cc7eea0e5e900e37abcb832e44d..c42657b3855775f2135957276b5a95eb361ae3b5 100644 (file)
@@ -2,27 +2,27 @@
 + // MIR for `exhaustive_match` after MatchBranchSimplification
   
   fn exhaustive_match(_1: E) -> u8 {
-      debug e => _1;                       // in scope 0 at $DIR/matches_u8.rs:11:25: 11:26
-      let mut _0: u8;                      // return place in scope 0 at $DIR/matches_u8.rs:11:34: 11:36
-      let mut _2: isize;                   // in scope 0 at $DIR/matches_u8.rs:13:9: 13:13
+      debug e => _1;                       // in scope 0 at $DIR/matches_u8.rs:+0:25: +0:26
+      let mut _0: u8;                      // return place in scope 0 at $DIR/matches_u8.rs:+0:34: +0:36
+      let mut _2: isize;                   // in scope 0 at $DIR/matches_u8.rs:+2:9: +2:13
   
       bb0: {
-          _2 = discriminant(_1);           // scope 0 at $DIR/matches_u8.rs:12:11: 12:12
-          switchInt(move _2) -> [0_isize: bb2, otherwise: bb1]; // scope 0 at $DIR/matches_u8.rs:12:5: 12:12
+          _2 = discriminant(_1);           // scope 0 at $DIR/matches_u8.rs:+1:11: +1:12
+          switchInt(move _2) -> [0_isize: bb2, otherwise: bb1]; // scope 0 at $DIR/matches_u8.rs:+1:5: +1:12
       }
   
       bb1: {
-          _0 = const 1_u8;                 // scope 0 at $DIR/matches_u8.rs:14:17: 14:18
-          goto -> bb3;                     // scope 0 at $DIR/matches_u8.rs:14:17: 14:18
+          _0 = const 1_u8;                 // scope 0 at $DIR/matches_u8.rs:+3:17: +3:18
+          goto -> bb3;                     // scope 0 at $DIR/matches_u8.rs:+3:17: +3:18
       }
   
       bb2: {
-          _0 = const 0_u8;                 // scope 0 at $DIR/matches_u8.rs:13:17: 13:18
-          goto -> bb3;                     // scope 0 at $DIR/matches_u8.rs:13:17: 13:18
+          _0 = const 0_u8;                 // scope 0 at $DIR/matches_u8.rs:+2:17: +2:18
+          goto -> bb3;                     // scope 0 at $DIR/matches_u8.rs:+2:17: +2:18
       }
   
       bb3: {
-          return;                          // scope 0 at $DIR/matches_u8.rs:16:2: 16:2
+          return;                          // scope 0 at $DIR/matches_u8.rs:+5:2: +5:2
       }
   }