[clang] cb78376 - Test commit. Modified comment to add a period at the end.
via cfe-commits
cfe-commits at lists.llvm.org
Mon May 4 10:08:09 PDT 2020
Author: Zarko
Date: 2020-05-04T13:06:21-04:00
New Revision: cb7837643389d5f314cc27cbcb7863daeee8ec84
URL: https://github.com/llvm/llvm-project/commit/cb7837643389d5f314cc27cbcb7863daeee8ec84
DIFF: https://github.com/llvm/llvm-project/commit/cb7837643389d5f314cc27cbcb7863daeee8ec84.diff
LOG: Test commit. Modified comment to add a period at the end.
Added:
Modified:
clang/lib/CodeGen/TargetInfo.cpp
Removed:
################################################################################
diff --git a/clang/lib/CodeGen/TargetInfo.cpp b/clang/lib/CodeGen/TargetInfo.cpp
index d737130d4c3f..237ef7c9ff95 100644
--- a/clang/lib/CodeGen/TargetInfo.cpp
+++ b/clang/lib/CodeGen/TargetInfo.cpp
@@ -4252,7 +4252,7 @@ class PPC32TargetCodeGenInfo : public TargetCodeGenInfo {
}
CharUnits PPC32_SVR4_ABIInfo::getParamTypeAlignment(QualType Ty) const {
- // Complex types are passed just like their elements
+ // Complex types are passed just like their elements.
if (const ComplexType *CTy = Ty->getAs<ComplexType>())
Ty = CTy->getElementType();
More information about the cfe-commits
mailing list