mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
Update basic_assignment test to reflect small changes to codegen.
This commit is contained in:
parent
9dd55276a6
commit
5eff019779
@ -50,7 +50,7 @@ fn main() {
|
||||
// StorageLive(_6);
|
||||
// StorageLive(_7);
|
||||
// _7 = _4;
|
||||
// replace(_6 <- _7) -> [return: bb5, unwind: bb4];
|
||||
// replace(_6 <- _7) -> [return: bb6, unwind: bb7];
|
||||
// }
|
||||
// bb1: {
|
||||
// resume;
|
||||
@ -59,24 +59,30 @@ fn main() {
|
||||
// drop(_4) -> bb1;
|
||||
// }
|
||||
// bb3: {
|
||||
// drop(_6) -> bb2;
|
||||
// goto -> bb2;
|
||||
// }
|
||||
// bb4: {
|
||||
// drop(_7) -> bb3;
|
||||
// drop(_6) -> bb3;
|
||||
// }
|
||||
// bb5: {
|
||||
// drop(_7) -> [return: bb6, unwind: bb3];
|
||||
// goto -> bb4;
|
||||
// }
|
||||
// bb6: {
|
||||
// StorageDead(_7);
|
||||
// _0 = ();
|
||||
// drop(_6) -> [return: bb7, unwind: bb2];
|
||||
// drop(_7) -> [return: bb8, unwind: bb4];
|
||||
// }
|
||||
// bb7: {
|
||||
// StorageDead(_6);
|
||||
// drop(_4) -> bb8;
|
||||
// drop(_7) -> bb5;
|
||||
// }
|
||||
// bb8: {
|
||||
// StorageDead(_7);
|
||||
// _0 = ();
|
||||
// drop(_6) -> [return: bb9, unwind: bb2];
|
||||
// }
|
||||
// bb9: {
|
||||
// StorageDead(_6);
|
||||
// drop(_4) -> bb10;
|
||||
// }
|
||||
// bb10: {
|
||||
// StorageDead(_4);
|
||||
// StorageDead(_2);
|
||||
// StorageDead(_1);
|
||||
|
Loading…
Reference in New Issue
Block a user