rust/tests/mir-opt/building/custom/terminators.direct_call.built.after.mir

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

14 lines
216 B
Rust
Raw Normal View History

// MIR for `direct_call` after built
fn direct_call(_1: i32) -> i32 {
2023-06-06 08:47:00 -05:00
let mut _0: i32;
bb0: {
2023-06-23 11:53:09 -05:00
_0 = ident::<i32>(copy _1) -> [return: bb1, unwind continue];
}
bb1: {
2023-06-06 08:47:00 -05:00
return;
}
}