From 138a3faa3eada7b847e01ff026adc7f79bf69b6c Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Thu, 16 Mar 2017 16:30:06 +0000 Subject: Test commit. llvm-svn: 297959 --- llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.cpp') diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp index df75ebe4a33..4eaa2b7325e 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp @@ -5154,7 +5154,7 @@ SDValue PPCTargetLowering::LowerCall_64SVR4( // On ELFv2, we can avoid allocating the parameter area if all the arguments // can be passed to the callee in registers. // For the fast calling convention, there is another check below. - // Note: keep consistent with LowerFormalArguments_64SVR4() + // Note: We should keep consistent with LowerFormalArguments_64SVR4() bool HasParameterArea = !isELFv2ABI || isVarArg || CallConv == CallingConv::Fast; if (!HasParameterArea) { unsigned ParamAreaSize = NumGPRs * PtrByteSize; -- cgit v1.2.3