projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56e8aa5
)
test commit
author
Guy Blank
<guy.blank@intel.com>
Thu, 18 Aug 2016 08:44:33 +0000
(08:44 +0000)
committer
Guy Blank
<guy.blank@intel.com>
Thu, 18 Aug 2016 08:44:33 +0000
(08:44 +0000)
llvm-svn: 279042
clang/lib/Basic/Targets.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/Basic/Targets.cpp
b/clang/lib/Basic/Targets.cpp
index
cbda245
..
793b25e
100644
(file)
--- 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().