]> git.lizzy.rs Git - rust.git/commit
rustc_abi: remove Primitive::{is_float,is_int}
authorErik Desjardins <erikdesjardins@users.noreply.github.com>
Mon, 23 Jan 2023 02:02:07 +0000 (21:02 -0500)
committerErik Desjardins <erikdesjardins@users.noreply.github.com>
Mon, 23 Jan 2023 02:02:07 +0000 (21:02 -0500)
commit96f8f995891ad1f7d514a615d9494cf7f56ea0a3
treee570a4e1a6367fd9adc6719f6b869fe61eabde71
parenta5fa99eed20a46a88c0c85eed6552a94b6656634
rustc_abi: remove Primitive::{is_float,is_int}

there were fixmes for this already

i am about to remove is_ptr (since callers need to properly distinguish
between pointers in different address spaces), so might as well do this
at the same time
compiler/rustc_abi/src/lib.rs
compiler/rustc_target/src/abi/call/sparc64.rs
compiler/rustc_target/src/abi/mod.rs