rust/tests/mir-opt/remove_never_const.no_codeg...

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

12 lines
312 B
Rust
Raw Normal View History

2020-04-03 05:09:01 +08:00
// MIR for `no_codegen` after PreCodegen
fn no_codegen() -> () {
2022-11-03 05:54:49 +08:00
let mut _0: (); // return place in scope 0 at $DIR/remove_never_const.rs:+0:20: +0:20
2020-04-03 05:09:01 +08:00
scope 1 {
}
bb0: {
2022-11-03 05:54:49 +08:00
unreachable; // scope 0 at $DIR/remove_never_const.rs:+1:13: +1:33
2020-04-03 05:09:01 +08:00
}
}