4668123945
To reproduce the changes in this commit locally: - Run `./x test tidy` and remove all the output files not associated with a test file anymore, as reported by tidy. - Run `./x test tests/mir-opt --bless` to generate the new outputs.
10 lines
299 B
Rust
10 lines
299 B
Rust
// MIR for `hello` before PreCodegen
|
|
|
|
fn hello() -> () {
|
|
let mut _0: (); // return place in scope 0 at $DIR/control_flow_simplification.rs:+0:14: +0:14
|
|
|
|
bb0: {
|
|
return; // scope 0 at $DIR/control_flow_simplification.rs:+4:2: +4:2
|
|
}
|
|
}
|