summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/switch_to_self.test.MatchBranchSimplification.diff
blob: c0b599e060b28f11dc88ce6425d6395ab53fefaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- // MIR for `test` before MatchBranchSimplification
+ // MIR for `test` after MatchBranchSimplification
  
  fn test(_1: bool) -> () {
      let mut _0: ();
  
      bb0: {
          goto -> bb1;
      }
  
      bb1: {
          switchInt(_1) -> [0: bb1, otherwise: bb2];
      }
  
      bb2: {
          switchInt(_1) -> [0: bb1, otherwise: bb2];
      }
  }