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

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

10 lines
299 B
Rust
Raw Normal View History

2020-04-04 17:15:01 +00:00
// MIR for `hello` before PreCodegen
fn hello() -> () {
2022-11-02 21:54:49 +00:00
let mut _0: (); // return place in scope 0 at $DIR/control_flow_simplification.rs:+0:14: +0:14
2020-04-04 17:15:01 +00:00
bb0: {
2022-11-02 21:54:49 +00:00
return; // scope 0 at $DIR/control_flow_simplification.rs:+4:2: +4:2
2020-04-04 17:15:01 +00:00
}
}