r279042 - test commit
Guy Blank via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 18 01:44:33 PDT 2016
Author: guyblank
Date: Thu Aug 18 03:44:33 2016
New Revision: 279042
URL: http://llvm.org/viewvc/llvm-project?rev=279042&view=rev
Log:
test commit
Modified:
cfe/trunk/lib/Basic/Targets.cpp
Modified: cfe/trunk/lib/Basic/Targets.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets.cpp?rev=279042&r1=279041&r2=279042&view=diff
==============================================================================
--- cfe/trunk/lib/Basic/Targets.cpp (original)
+++ cfe/trunk/lib/Basic/Targets.cpp Thu Aug 18 03:44:33 2016
@@ -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().
More information about the cfe-commits
mailing list