summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-03-16 16:30:06 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-03-16 16:30:06 +0000
commit138a3faa3eada7b847e01ff026adc7f79bf69b6c (patch)
tree025182d1ccb5926e52c79a97c7f01942df314512 /llvm/lib/Target/PowerPC/PPCISelLowering.cpp
parentf80507979de158da8a491c5a0ac157738594b8c8 (diff)
downloadbcm5719-llvm-138a3faa3eada7b847e01ff026adc7f79bf69b6c.tar.gz
bcm5719-llvm-138a3faa3eada7b847e01ff026adc7f79bf69b6c.zip
Test commit.
llvm-svn: 297959
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud