@@ -9,51 +9,55 @@ fn while_loop(_1: bool) -> () {
99 let mut _5 : bool; // in scope 0 at $DIR/while-storage.rs:11:21: 11:22
1010
1111 bb0 : {
12+ goto -> bb1; // scope 0 at $DIR/while-storage.rs:10:5 : 14:6
13+ }
14+
15+ bb1 : {
1216 StorageLive(_2); // scope 0 at $DIR/while-storage.rs:10:11 : 10:22
1317 StorageLive(_3); // scope 0 at $DIR/while-storage.rs:10:20 : 10:21
1418 _3 = _1; // scope 0 at $DIR/while-storage.rs:10:20 : 10:21
15- _2 = get_bool(move _3) -> bb1 ; // scope 0 at $DIR/while-storage.rs:10:11 : 10:22
19+ _2 = get_bool(move _3) -> bb2 ; // scope 0 at $DIR/while-storage.rs:10:11 : 10:22
1620 // mir::Constant
1721 // + span : $DIR/while-storage.rs:10:11: 10:19
1822 // + literal : Const { ty: fn(bool) -> bool {get_bool}, val: Value(Scalar(<ZST>)) }
1923 }
2024
21- bb1 : {
25+ bb2 : {
2226 StorageDead(_3); // scope 0 at $DIR/while-storage.rs:10:21 : 10:22
23- switchInt(move _2) -> [false : bb6 , otherwise: bb2 ]; // scope 0 at $DIR/while-storage.rs:10:11: 10:22
27+ switchInt(move _2) -> [false : bb7 , otherwise: bb3 ]; // scope 0 at $DIR/while-storage.rs:10:11: 10:22
2428 }
2529
26- bb2 : {
30+ bb3 : {
2731 StorageLive(_4); // scope 0 at $DIR/while-storage.rs:11:12 : 11:23
2832 StorageLive(_5); // scope 0 at $DIR/while-storage.rs:11:21 : 11:22
2933 _5 = _1; // scope 0 at $DIR/while-storage.rs:11:21 : 11:22
30- _4 = get_bool(move _5) -> bb3 ; // scope 0 at $DIR/while-storage.rs:11:12 : 11:23
34+ _4 = get_bool(move _5) -> bb4 ; // scope 0 at $DIR/while-storage.rs:11:12 : 11:23
3135 // mir::Constant
3236 // + span : $DIR/while-storage.rs:11:12: 11:20
3337 // + literal : Const { ty: fn(bool) -> bool {get_bool}, val: Value(Scalar(<ZST>)) }
3438 }
3539
36- bb3 : {
40+ bb4 : {
3741 StorageDead(_5); // scope 0 at $DIR/while-storage.rs:11:22 : 11:23
38- switchInt(move _4) -> [false : bb5 , otherwise: bb4 ]; // scope 0 at $DIR/while-storage.rs:11:12: 11:23
42+ switchInt(move _4) -> [false : bb6 , otherwise: bb5 ]; // scope 0 at $DIR/while-storage.rs:11:12: 11:23
3943 }
4044
41- bb4 : {
45+ bb5 : {
4246 StorageDead(_4); // scope 0 at $DIR/while-storage.rs:13:9 : 13:10
43- goto -> bb7 ; // scope 0 at no-location
47+ goto -> bb8 ; // scope 0 at no-location
4448 }
4549
46- bb5 : {
50+ bb6 : {
4751 StorageDead(_4); // scope 0 at $DIR/while-storage.rs:13:9 : 13:10
4852 StorageDead(_2); // scope 0 at $DIR/while-storage.rs:14:5 : 14:6
49- goto -> bb0 ; // scope 0 at $DIR/while-storage.rs:10:5 : 14:6
53+ goto -> bb1 ; // scope 0 at $DIR/while-storage.rs:10:5 : 14:6
5054 }
5155
52- bb6 : {
53- goto -> bb7 ; // scope 0 at no-location
56+ bb7 : {
57+ goto -> bb8 ; // scope 0 at no-location
5458 }
5559
56- bb7 : {
60+ bb8 : {
5761 StorageDead(_2); // scope 0 at $DIR/while-storage.rs:14:5 : 14:6
5862 return; // scope 0 at $DIR/while-storage.rs:15:2 : 15:2
5963 }
0 commit comments