diff options
author | Guy Blank <guy.blank@intel.com> | 2016-08-18 08:44:33 +0000 |
---|---|---|
committer | Guy Blank <guy.blank@intel.com> | 2016-08-18 08:44:33 +0000 |
commit | 294cbbdb66955afe1c62fb8499d16181daf91849 (patch) | |
tree | 3aacf68ba41f7ca7c38e47f732c5a01ad2d1f5b7 /clang/lib/Basic | |
parent | 56e8aa535b96dee5560937112627b5b1eed0e87b (diff) | |
download | bcm5719-llvm-294cbbdb66955afe1c62fb8499d16181daf91849.tar.gz bcm5719-llvm-294cbbdb66955afe1c62fb8499d16181daf91849.zip |
test commit
llvm-svn: 279042
Diffstat (limited to 'clang/lib/Basic')
-rw-r--r-- | clang/lib/Basic/Targets.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/Targets.cpp b/clang/lib/Basic/Targets.cpp index cbda245218c..793b25e9287 100644 --- a/clang/lib/Basic/Targets.cpp +++ b/clang/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(). |