Rebase fallout.
This commit is contained in:
parent
98b86fa9e5
commit
6abd8f119e
@ -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)]
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user