From 79d27cdd51c30b6c62cca9167a80ef53d99b543f Mon Sep 17 00:00:00 2001 From: Guy Blank Date: Thu, 18 Aug 2016 08:44:33 +0000 Subject: [PATCH] test commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279042 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Basic/Targets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(). -- 2.50.1