]> granicus.if.org Git - llvm/commitdiff
Test commit.
authorHiroshi Inoue <inouehrs@jp.ibm.com>
Thu, 16 Mar 2017 16:30:06 +0000 (16:30 +0000)
committerHiroshi Inoue <inouehrs@jp.ibm.com>
Thu, 16 Mar 2017 16:30:06 +0000 (16:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297959 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.cpp

index df75ebe4a336b8e98cc75a8d1483516a849169c2..4eaa2b7325e468f5287e00cf558b96c44fccfea4 100644 (file)
@@ -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;