about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMikhail Modin <mikhailm1@gmail.com>2017-11-02 10:21:36 +0300
committerMikhail Modin <mikhailm1@gmail.com>2017-11-02 10:21:36 +0300
commitd9e64ebaaaf4cf69d790020f41c3a1006903d3cf (patch)
tree8f7c29f7d27daf86408d0dc4daca0bff4efe6e15
parent59d31846243387dd2d392a5572cd48e656ff7353 (diff)
downloadrust-d9e64ebaaaf4cf69d790020f41c3a1006903d3cf.tar.gz
rust-d9e64ebaaaf4cf69d790020f41c3a1006903d3cf.zip
change mir stage in test
-rw-r--r--src/test/mir-opt/match_false_edges.rs14
1 files 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 e0015fe7d76..1a2e5af95d0 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<i32>::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<i32>::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<i32>::Some(const 1i32,);
@@ -233,4 +233,4 @@ fn main() {
 //     ...
 //     return;
 // }
-// END rustc.node63.NLL.before.mir
+// END rustc.node63.SimplifyBranches-initial.before.mir