From: Guy Blank Date: Thu, 18 Aug 2016 08:44:33 +0000 (+0000) Subject: test commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79d27cdd51c30b6c62cca9167a80ef53d99b543f;p=clang test commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279042 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index cbda245218..793b25e928 100644 --- a/lib/Basic/Targets.cpp +++ b/lib/Basic/Targets.cpp @@ -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().