Skip to content

Commit d9e64eb

Browse files
committed
change mir stage in test
1 parent 59d3184 commit d9e64eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/test/mir-opt/match_false_edges.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fn main() {
4545

4646
// END RUST SOURCE
4747
//
48-
// START rustc.node17.NLL.before.mir
48+
// START rustc.node17.SimplifyBranches-initial.before.mir
4949
// bb0: {
5050
// ...
5151
// _2 = std::option::Option<i32>::Some(const 42i32,);
@@ -87,7 +87,7 @@ fn main() {
8787
// bb9: { // to pre_binding2
8888
// falseEdges -> [real: bb4, imaginary: bb4];
8989
// }
90-
// bb10: { // binding2 and arm2
90+
// bb10: { // bindingNoLandingPads.before.mir2 and arm2
9191
// StorageLive(_4);
9292
// _4 = ((_2 as Some).0: i32);
9393
// StorageLive(_8);
@@ -100,9 +100,9 @@ fn main() {
100100
// ...
101101
// return;
102102
// }
103-
// END rustc.node17.NLL.before.mir
103+
// END rustc.node17.SimplifyBranches-initial.before.mir
104104
//
105-
// START rustc.node40.NLL.before.mir
105+
// START rustc.node40.SimplifyBranches-initial.before.mir
106106
// bb0: {
107107
// ...
108108
// _2 = std::option::Option<i32>::Some(const 42i32,);
@@ -157,9 +157,9 @@ fn main() {
157157
// ...
158158
// return;
159159
// }
160-
// END rustc.node40.NLL.before.mir
160+
// END rustc.node40.SimplifyBranches-initial.before.mir
161161
//
162-
// START rustc.node63.NLL.before.mir
162+
// START rustc.node63.SimplifyBranches-initial.before.mir
163163
// bb0: {
164164
// ...
165165
// _2 = std::option::Option<i32>::Some(const 1i32,);
@@ -233,4 +233,4 @@ fn main() {
233233
// ...
234234
// return;
235235
// }
236-
// END rustc.node63.NLL.before.mir
236+
// END rustc.node63.SimplifyBranches-initial.before.mir

0 commit comments

Comments
 (0)