test commit
authorGuy Blank <guy.blank@intel.com>
Thu, 18 Aug 2016 08:44:33 +0000 (08:44 +0000)
committerGuy Blank <guy.blank@intel.com>
Thu, 18 Aug 2016 08:44:33 +0000 (08:44 +0000)
llvm-svn: 279042

clang/lib/Basic/Targets.cpp

index cbda245..793b25e 100644 (file)
@@ -806,7 +806,7 @@ public:
     this->SizeType = TargetInfo::UnsignedInt;
     this->PtrDiffType = TargetInfo::SignedInt;
     this->IntPtrType = TargetInfo::SignedInt;
-    // RegParmMax is inherited from the underlying architecture
+    // RegParmMax is inherited from the underlying architecture.
     this->LongDoubleFormat = &llvm::APFloat::IEEEdouble;
     if (Triple.getArch() == llvm::Triple::arm) {
       // Handled in ARM's setABI().