summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/simplify_if.main.SimplifyConstCondition-after-const-prop.panic-abort.diff
blob: 64a435f22457924a42761e0959cb2ce91fc46d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
- // MIR for `main` before SimplifyConstCondition-after-const-prop
+ // MIR for `main` after SimplifyConstCondition-after-const-prop
  
  fn main() -> () {
      let mut _0: ();
      let _1: ();
  
      bb0: {
-         switchInt(const false) -> [0: bb3, otherwise: bb1];
+         goto -> bb3;
      }
  
      bb1: {
          _1 = noop() -> [return: bb2, unwind unreachable];
      }
  
      bb2: {
          goto -> bb4;
      }
  
      bb3: {
          goto -> bb4;
      }
  
      bb4: {
          return;
      }
  }