test commit

llvm-svn: 279042
This commit is contained in:
Guy Blank 2016-08-18 08:44:33 +00:00
parent 56e8aa535b
commit 294cbbdb66
1 changed files with 1 additions and 1 deletions

View 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().