@@ -9,51 +9,55 @@ fn while_loop(_1: bool) -> () {
9
9
let mut _5 : bool; // in scope 0 at $DIR/while-storage.rs:11:21: 11:22
10
10
11
11
bb0 : {
12
+ goto -> bb1; // scope 0 at $DIR/while-storage.rs:10:5 : 14:6
13
+ }
14
+
15
+ bb1 : {
12
16
StorageLive(_2); // scope 0 at $DIR/while-storage.rs:10:11 : 10:22
13
17
StorageLive(_3); // scope 0 at $DIR/while-storage.rs:10:20 : 10:21
14
18
_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
16
20
// mir::Constant
17
21
// + span : $DIR/while-storage.rs:10:11: 10:19
18
22
// + literal : Const { ty: fn(bool) -> bool {get_bool}, val: Value(Scalar(<ZST>)) }
19
23
}
20
24
21
- bb1 : {
25
+ bb2 : {
22
26
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
24
28
}
25
29
26
- bb2 : {
30
+ bb3 : {
27
31
StorageLive(_4); // scope 0 at $DIR/while-storage.rs:11:12 : 11:23
28
32
StorageLive(_5); // scope 0 at $DIR/while-storage.rs:11:21 : 11:22
29
33
_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
31
35
// mir::Constant
32
36
// + span : $DIR/while-storage.rs:11:12: 11:20
33
37
// + literal : Const { ty: fn(bool) -> bool {get_bool}, val: Value(Scalar(<ZST>)) }
34
38
}
35
39
36
- bb3 : {
40
+ bb4 : {
37
41
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
39
43
}
40
44
41
- bb4 : {
45
+ bb5 : {
42
46
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
44
48
}
45
49
46
- bb5 : {
50
+ bb6 : {
47
51
StorageDead(_4); // scope 0 at $DIR/while-storage.rs:13:9 : 13:10
48
52
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
50
54
}
51
55
52
- bb6 : {
53
- goto -> bb7 ; // scope 0 at no-location
56
+ bb7 : {
57
+ goto -> bb8 ; // scope 0 at no-location
54
58
}
55
59
56
- bb7 : {
60
+ bb8 : {
57
61
StorageDead(_2); // scope 0 at $DIR/while-storage.rs:14:5 : 14:6
58
62
return; // scope 0 at $DIR/while-storage.rs:15:2 : 15:2
59
63
}
0 commit comments