Skip to content

Commit

Permalink
Bless mir-opt/while-storage.rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Jul 6, 2019
1 parent b32beb8 commit 075e381
Showing 1 changed file with 21 additions and 24 deletions.
45 changes: 21 additions & 24 deletions src/test/mir-opt/while-storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,36 +24,33 @@ fn main() {
// StorageLive(_2);
// StorageLive(_3);
// _3 = _1;
// _2 = const get_bool(move _3) -> bb2;
// _2 = const get_bool(move _3) -> bb1;
// }
// bb1: {
// return;
// StorageDead(_3);
// switchInt(_2) -> [false: bb6, otherwise: bb2];
// }
// bb2: {
// StorageDead(_3);
// switchInt(move _2) -> [false: bb4, otherwise: bb3];
// StorageLive(_4);
// StorageLive(_5);
// _5 = _1;
// _4 = const get_bool(move _5) -> bb3;
// }
// bb3: {
// StorageDead(_2);
// StorageLive(_4);
// StorageLive(_5);
// _5 = _1;
// _4 = const get_bool(move _5) -> bb5;
// StorageDead(_5);
// switchInt(_4) -> [false: bb4, otherwise: bb5];
// }
// bb4: {
// StorageDead(_2);
// goto -> bb1;
// }
// bb5: {
// StorageDead(_5);
// switchInt(_4) -> [false: bb6, otherwise: bb7];
// }
// bb6: {
// StorageDead(_4);
// goto -> bb0;
// }
// bb7: {
// StorageDead(_4);
// goto -> bb1;
// }
// StorageDead(_4);
// StorageDead(_2);
// goto -> bb0;
// }
// bb5: {
// StorageDead(_4);
// goto -> bb6;
// }
// bb6: {
// StorageDead(_2);
// return;
// }
// END rustc.while_loop.PreCodegen.after.mir

0 comments on commit 075e381

Please sign in to comment.