rust/compiler/rustc_codegen_ssa
Nicholas Nethercote b853e8a619 Turn ArgAbi::pad into a bool.
Because it's only ever set to `None` or `Some(Reg::i32())`.
2022-08-26 10:53:41 +10:00
..
2022-08-26 10:53:41 +10:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.