rust/tests/mir-opt/const_prop/control_flow_simplification.hello.PreCodegen.before.panic-unwind.mir

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

10 lines
113 B
Rust
Raw Normal View History

2020-04-04 12:15:01 -05:00
// MIR for `hello` before PreCodegen
fn hello() -> () {
2023-06-06 08:47:00 -05:00
let mut _0: ();
2020-04-04 12:15:01 -05:00
bb0: {
2023-06-06 08:47:00 -05:00
return;
2020-04-04 12:15:01 -05:00
}
}