fix typo in caller_conv arg name in ABIMachineSpec::gen_call; (#5259)

This commit is contained in:
Denys Zadorozhnyi
2022-11-14 19:02:07 +02:00
committed by GitHub
parent 70c72ee2a4
commit d3692c2f2b

View File

@@ -564,7 +564,7 @@ pub trait ABIMachineSpec {
opcode: ir::Opcode, opcode: ir::Opcode,
tmp: Writable<Reg>, tmp: Writable<Reg>,
callee_conv: isa::CallConv, callee_conv: isa::CallConv,
callee_conv: isa::CallConv, caller_conv: isa::CallConv,
) -> SmallVec<[Self::I; 2]>; ) -> SmallVec<[Self::I; 2]>;
/// Generate a memcpy invocation. Used to set up struct /// Generate a memcpy invocation. Used to set up struct