]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/simplify_cfg.main.SimplifyCfg-early-opt.diff
Auto merge of #87740 - npmccallum:naked_args, r=Amanieu
[rust.git] / src / test / mir-opt / simplify_cfg.main.SimplifyCfg-early-opt.diff
1 - // MIR for `main` before SimplifyCfg-early-opt
2 + // MIR for `main` after SimplifyCfg-early-opt
3   
4   fn main() -> () {
5       let mut _0: ();                      // return place in scope 0 at $DIR/simplify_cfg.rs:7:11: 7:11
6       let mut _1: ();                      // in scope 0 at $DIR/simplify_cfg.rs:7:1: 13:2
7       let mut _2: bool;                    // in scope 0 at $DIR/simplify_cfg.rs:9:12: 9:17
8       let mut _3: !;                       // in scope 0 at $DIR/simplify_cfg.rs:9:18: 11:10
9   
10       bb0: {
11 -         goto -> bb1;                     // scope 0 at $DIR/simplify_cfg.rs:8:5: 12:6
12 -     }
13
14 -     bb1: {
15           StorageLive(_2);                 // scope 0 at $DIR/simplify_cfg.rs:9:12: 9:17
16 -         _2 = bar() -> [return: bb2, unwind: bb5]; // scope 0 at $DIR/simplify_cfg.rs:9:12: 9:17
17 +         _2 = bar() -> [return: bb1, unwind: bb4]; // scope 0 at $DIR/simplify_cfg.rs:9:12: 9:17
18                                            // mir::Constant
19                                            // + span: $DIR/simplify_cfg.rs:9:12: 9:15
20                                            // + literal: Const { ty: fn() -> bool {bar}, val: Value(Scalar(<ZST>)) }
21       }
22   
23 -     bb2: {
24 -         switchInt(move _2) -> [false: bb4, otherwise: bb3]; // scope 0 at $DIR/simplify_cfg.rs:9:9: 11:10
25 +     bb1: {
26 +         switchInt(move _2) -> [false: bb3, otherwise: bb2]; // scope 0 at $DIR/simplify_cfg.rs:9:9: 11:10
27       }
28   
29 -     bb3: {
30 +     bb2: {
31           _0 = const ();                   // scope 0 at $DIR/simplify_cfg.rs:10:13: 10:18
32           StorageDead(_2);                 // scope 0 at $DIR/simplify_cfg.rs:11:9: 11:10
33           return;                          // scope 0 at $DIR/simplify_cfg.rs:13:2: 13:2
34       }
35   
36 -     bb4: {
37 +     bb3: {
38           _1 = const ();                   // scope 0 at $DIR/simplify_cfg.rs:11:10: 11:10
39           StorageDead(_2);                 // scope 0 at $DIR/simplify_cfg.rs:11:9: 11:10
40           goto -> bb0;                     // scope 0 at $DIR/simplify_cfg.rs:8:5: 12:6
41       }
42   
43 -     bb5 (cleanup): {
44 +     bb4 (cleanup): {
45           resume;                          // scope 0 at $DIR/simplify_cfg.rs:7:1: 13:2
46       }
47   }
48