mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
11 lines
167 B
Rust
11 lines
167 B
Rust
// MIR for `float_to_int` after built
|
|
|
|
fn float_to_int(_1: f32) -> i32 {
|
|
let mut _0: i32;
|
|
|
|
bb0: {
|
|
_0 = _1 as i32 (FloatToInt);
|
|
return;
|
|
}
|
|
}
|