rust/tests/mir-opt/while_storage.while_loop.PreCodegen.after.panic-abort.mir

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
273 B
Rust
Raw Normal View History

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: ();
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
}
}