Rebase fallout.

This commit is contained in:
Camille GILLOT 2023-10-18 16:28:25 +00:00
parent 98b86fa9e5
commit 6abd8f119e
3 changed files with 1 additions and 25 deletions

View File

@ -1,5 +1,5 @@
// unit-test: JumpThreading
// compile-flags: -Zmir-enable-passes=+Inline
// compile-flags: -Zmir-enable-passes=+Inline -Zinline-mir
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
#![feature(control_flow_enum)]

View File

@ -11,18 +11,6 @@ fn while_loop(_1: bool) -> () {
}
bb0: {
goto -> bb1;
}
bb1: {
switchInt(_1) -> [0: bb3, otherwise: bb2];
}
bb2: {
switchInt(_1) -> [0: bb1, otherwise: bb3];
}
bb3: {
return;
}
}

View File

@ -11,18 +11,6 @@ fn while_loop(_1: bool) -> () {
}
bb0: {
goto -> bb1;
}
bb1: {
switchInt(_1) -> [0: bb3, otherwise: bb2];
}
bb2: {
switchInt(_1) -> [0: bb1, otherwise: bb3];
}
bb3: {
return;
}
}