- // MIR for `assert_zero` before InstSimplify-after-simplifycfg
+ // MIR for `assert_zero` after InstSimplify-after-simplifycfg
  
  fn assert_zero(_1: u8) -> u8 {
      let mut _0: u8;
  
      bb0: {
-         switchInt(copy _1) -> [0: bb2, 1: bb1, otherwise: bb1];
+         switchInt(copy _1) -> [0: bb2, otherwise: bb1];
      }
  
      bb1: {
          unreachable;
      }
  
      bb2: {
          _0 = copy _1;
          return;
      }
  }
  
