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();
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to