From d9e64ebaaaf4cf69d790020f41c3a1006903d3cf Mon Sep 17 00:00:00 2001 From: Mikhail Modin Date: Thu, 2 Nov 2017 10:21:36 +0300 Subject: [PATCH] change mir stage in test --- src/test/mir-opt/match_false_edges.rs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/test/mir-opt/match_false_edges.rs b/src/test/mir-opt/match_false_edges.rs index e0015fe7d766..1a2e5af95d04 100644 --- a/src/test/mir-opt/match_false_edges.rs +++ b/src/test/mir-opt/match_false_edges.rs @@ -45,7 +45,7 @@ fn main() { // END RUST SOURCE // -// START rustc.node17.NLL.before.mir +// START rustc.node17.SimplifyBranches-initial.before.mir // bb0: { // ... // _2 = std::option::Option::Some(const 42i32,); @@ -87,7 +87,7 @@ fn main() { // bb9: { // to pre_binding2 // falseEdges -> [real: bb4, imaginary: bb4]; // } -// bb10: { // binding2 and arm2 +// bb10: { // bindingNoLandingPads.before.mir2 and arm2 // StorageLive(_4); // _4 = ((_2 as Some).0: i32); // StorageLive(_8); @@ -100,9 +100,9 @@ fn main() { // ... // return; // } -// END rustc.node17.NLL.before.mir +// END rustc.node17.SimplifyBranches-initial.before.mir // -// START rustc.node40.NLL.before.mir +// START rustc.node40.SimplifyBranches-initial.before.mir // bb0: { // ... // _2 = std::option::Option::Some(const 42i32,); @@ -157,9 +157,9 @@ fn main() { // ... // return; // } -// END rustc.node40.NLL.before.mir +// END rustc.node40.SimplifyBranches-initial.before.mir // -// START rustc.node63.NLL.before.mir +// START rustc.node63.SimplifyBranches-initial.before.mir // bb0: { // ... // _2 = std::option::Option::Some(const 1i32,); @@ -233,4 +233,4 @@ fn main() { // ... // return; // } -// END rustc.node63.NLL.before.mir +// END rustc.node63.SimplifyBranches-initial.before.mir