From a2d20c4bcacdf51fb263a5b6fec11dea89b3f2ab Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Thu, 16 Mar 2017 16:30:06 +0000 Subject: [PATCH] Test commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297959 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCISelLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp index df75ebe4a33..4eaa2b7325e 100644 --- a/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/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; -- 2.50.1