rust/tests/mir-opt/building/custom/as_cast.float_to_int.built.after.mir

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

11 lines
172 B
Rust
Raw Normal View History

2023-03-07 04:42:34 -06:00
// MIR for `float_to_int` after built
fn float_to_int(_1: f32) -> i32 {
2023-06-06 08:47:00 -05:00
let mut _0: i32;
2023-03-07 04:42:34 -06:00
bb0: {
2023-06-06 08:47:00 -05:00
_0 = copy _1 as i32 (FloatToInt);
return;
2023-03-07 04:42:34 -06:00
}
}