Skip to content

Commit ff24163

Browse files
committed
rebless after rebase
1 parent b6f51d6 commit ff24163

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/test/mir-opt/dest-prop/cycle.main.DestinationPropagation.diff

-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@
5757
- _6 = _1; // scope 3 at $DIR/cycle.rs:14:10: 14:11
5858
+ _6 = _4; // scope 3 at $DIR/cycle.rs:14:10: 14:11
5959
_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: {
6460
StorageDead(_6); // scope 3 at $DIR/cycle.rs:14:11: 14:12
6561
StorageDead(_5); // scope 3 at $DIR/cycle.rs:14:12: 14:13
6662
_0 = const (); // scope 0 at $DIR/cycle.rs:8:11: 15:2

src/test/mir-opt/dest-prop/union.main.DestinationPropagation.diff

-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
StorageLive(_4); // scope 1 at $DIR/union.rs:15:10: 15:26
3333
_4 = (_1.0: u32); // scope 2 at $DIR/union.rs:15:19: 15:24
3434
_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: {
3935
StorageDead(_4); // scope 1 at $DIR/union.rs:15:26: 15:27
4036
StorageDead(_3); // scope 1 at $DIR/union.rs:15:27: 15:28
4137
_0 = const (); // scope 0 at $DIR/union.rs:8:11: 16:2

0 commit comments

Comments
 (0)