cranelift: Merge abi and abi_impl modules (#4805)

This commit is contained in:
Nick Fitzgerald
2022-08-29 16:20:36 -07:00
committed by GitHub
parent dd81e5a64f
commit 5392d7cdd7
7 changed files with 1962 additions and 1969 deletions

View File

@@ -617,7 +617,7 @@ impl ABIMachineSpec for AArch64MachineDeps {
}
// Returns stack bytes used as well as instructions. Does not adjust
// nominal SP offset; abi_impl generic code will do that.
// nominal SP offset; abi generic code will do that.
fn gen_clobber_save(
_call_conv: isa::CallConv,
setup_frame: bool,