2020-04-02 16:09:01 -05:00
|
|
|
// MIR for `while_loop` after PreCodegen
|
|
|
|
|
|
|
|
fn while_loop(_1: bool) -> () {
|
2023-06-06 08:47:00 -05:00
|
|
|
debug c => _1;
|
|
|
|
let mut _0: ();
|
2023-10-06 19:29:42 -05:00
|
|
|
scope 1 (inlined get_bool) {
|
|
|
|
debug c => _1;
|
|
|
|
}
|
|
|
|
scope 2 (inlined get_bool) {
|
|
|
|
debug c => _1;
|
|
|
|
}
|
2020-04-02 16:09:01 -05:00
|
|
|
|
|
|
|
bb0: {
|
2023-06-06 08:47:00 -05:00
|
|
|
return;
|
2020-04-02 16:09:01 -05:00
|
|
|
}
|
|
|
|
}
|