[llvm] r297959 - Test commit.

Hiroshi Inoue via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 09:30:06 PDT 2017


Author: inouehrs
Date: Thu Mar 16 11:30:06 2017
New Revision: 297959

URL: http://llvm.org/viewvc/llvm-project?rev=297959&view=rev
Log:
Test commit.

Modified:
    llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp

Modified: llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp?rev=297959&r1=297958&r2=297959&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp Thu Mar 16 11:30:06 2017
@@ -5154,7 +5154,7 @@ SDValue PPCTargetLowering::LowerCall_64S
   // 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;




More information about the llvm-commits mailing list