File tree 2 files changed +0
-8
lines changed
src/test/mir-opt/dest-prop
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 57
57
- _6 = _1; // scope 3 at $DIR/cycle.rs:14:10: 14:11
58
58
+ _6 = _4; // scope 3 at $DIR/cycle.rs:14:10: 14:11
59
59
_5 = const (); // scope 4 at $SRC_DIR/core/src/mem/mod.rs:LL:COL
60
- drop(_6) -> bb2; // scope 4 at $SRC_DIR/core/src/mem/mod.rs:LL:COL
61
- }
62
-
63
- bb2: {
64
60
StorageDead(_6); // scope 3 at $DIR/cycle.rs:14:11: 14:12
65
61
StorageDead(_5); // scope 3 at $DIR/cycle.rs:14:12: 14:13
66
62
_0 = const (); // scope 0 at $DIR/cycle.rs:8:11: 15:2
Original file line number Diff line number Diff line change 32
32
StorageLive(_4); // scope 1 at $DIR/union.rs:15:10: 15:26
33
33
_4 = (_1.0: u32); // scope 2 at $DIR/union.rs:15:19: 15:24
34
34
_3 = const (); // scope 3 at $SRC_DIR/core/src/mem/mod.rs:LL:COL
35
- drop(_4) -> bb2; // scope 3 at $SRC_DIR/core/src/mem/mod.rs:LL:COL
36
- }
37
-
38
- bb2: {
39
35
StorageDead(_4); // scope 1 at $DIR/union.rs:15:26: 15:27
40
36
StorageDead(_3); // scope 1 at $DIR/union.rs:15:27: 15:28
41
37
_0 = const (); // scope 0 at $DIR/union.rs:8:11: 16:2
You can’t perform that action at this time.
0 commit comments