rust/tests/mir-opt/remove_never_const.no_codegen.PreCodegen.after.mir

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