]> git.lizzy.rs Git - rust.git/blob - tests/mir-opt/simplify_locals.d2.SimplifyLocals-before-const-prop.diff
Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeGomez
[rust.git] / tests / mir-opt / simplify_locals.d2.SimplifyLocals-before-const-prop.diff
1 - // MIR for `d2` before SimplifyLocals-before-const-prop
2 + // MIR for `d2` after SimplifyLocals-before-const-prop
3   
4   fn d2() -> () {
5       let mut _0: ();                      // return place in scope 0 at $DIR/simplify_locals.rs:+0:9: +0:9
6 -     let mut _1: E;                       // in scope 0 at $DIR/simplify_locals.rs:+2:22: +2:26
7 -     let mut _2: (i32, E);                // in scope 0 at $DIR/simplify_locals.rs:+2:5: +2:17
8 -     let mut _3: E;                       // in scope 0 at $DIR/simplify_locals.rs:+2:11: +2:15
9   
10       bb0: {
11 -         StorageLive(_1);                 // scope 0 at $DIR/simplify_locals.rs:+2:22: +2:26
12 -         Deinit(_1);                      // scope 0 at $DIR/simplify_locals.rs:+2:22: +2:26
13 -         discriminant(_1) = 1;            // scope 0 at $DIR/simplify_locals.rs:+2:22: +2:26
14 -         StorageLive(_2);                 // scope 0 at $DIR/simplify_locals.rs:+2:5: +2:17
15 -         StorageLive(_3);                 // scope 0 at $DIR/simplify_locals.rs:+2:11: +2:15
16 -         Deinit(_3);                      // scope 0 at $DIR/simplify_locals.rs:+2:11: +2:15
17 -         discriminant(_3) = 0;            // scope 0 at $DIR/simplify_locals.rs:+2:11: +2:15
18 -         Deinit(_2);                      // scope 0 at $DIR/simplify_locals.rs:+2:6: +2:16
19 -         (_2.0: i32) = const 10_i32;      // scope 0 at $DIR/simplify_locals.rs:+2:6: +2:16
20 -         (_2.1: E) = move _3;             // scope 0 at $DIR/simplify_locals.rs:+2:6: +2:16
21 -         StorageDead(_3);                 // scope 0 at $DIR/simplify_locals.rs:+2:15: +2:16
22 -         (_2.1: E) = move _1;             // scope 0 at $DIR/simplify_locals.rs:+2:5: +2:26
23 -         StorageDead(_1);                 // scope 0 at $DIR/simplify_locals.rs:+2:25: +2:26
24 -         StorageDead(_2);                 // scope 0 at $DIR/simplify_locals.rs:+2:26: +2:27
25           _0 = const ();                   // scope 0 at $DIR/simplify_locals.rs:+0:9: +3:2
26           return;                          // scope 0 at $DIR/simplify_locals.rs:+3:2: +3:2
27       }
28   }
29