]> git.lizzy.rs Git - rust.git/commit
Turn `ArgAbi::pad` into a `bool`.
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 25 Aug 2022 09:18:01 +0000 (19:18 +1000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Fri, 26 Aug 2022 00:53:41 +0000 (10:53 +1000)
commitb853e8a6194637751bffbcfdd5bb51c7bfecdff5
tree2c15425811ff1409c2ee32eb0f47b0d046bdce68
parentfeeaa4db3cb990463871e35b16b3449023cb791d
Turn `ArgAbi::pad` into a `bool`.

Because it's only ever set to `None` or `Some(Reg::i32())`.
compiler/rustc_codegen_gcc/src/abi.rs
compiler/rustc_codegen_llvm/src/abi.rs
compiler/rustc_codegen_ssa/src/mir/block.rs
compiler/rustc_codegen_ssa/src/mir/mod.rs
compiler/rustc_const_eval/src/interpret/terminator.rs
compiler/rustc_target/src/abi/call/mips.rs
compiler/rustc_target/src/abi/call/mod.rs
compiler/rustc_target/src/abi/call/sparc.rs