mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
AArch64CallLowering::lowerCall(): fix build by not passing InArgs into lowerTailCall()
llvm-svn: 372172
This commit is contained in:
parent
07cce5d638
commit
0395b18dd2
@ -786,7 +786,7 @@ bool AArch64CallLowering::lowerCall(MachineIRBuilder &MIRBuilder,
|
|||||||
// If we can lower as a tail call, do that instead.
|
// If we can lower as a tail call, do that instead.
|
||||||
if (Info.IsTailCall &&
|
if (Info.IsTailCall &&
|
||||||
isEligibleForTailCallOptimization(MIRBuilder, Info, InArgs, OutArgs))
|
isEligibleForTailCallOptimization(MIRBuilder, Info, InArgs, OutArgs))
|
||||||
return lowerTailCall(MIRBuilder, Info, OutArgs, InArgs);
|
return lowerTailCall(MIRBuilder, Info, OutArgs);
|
||||||
|
|
||||||
// Find out which ABI gets to decide where things go.
|
// Find out which ABI gets to decide where things go.
|
||||||
CCAssignFn *AssignFnFixed =
|
CCAssignFn *AssignFnFixed =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user