diff options
author | Nate Begeman <natebegeman@mac.com> | 2008-04-18 17:17:24 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2008-04-18 17:17:24 +0000 |
commit | 3d292065d80fd81c327ad8452625cb4e5785913c (patch) | |
tree | 8bcac8b83633e77e3a33d4bc9dd4d53d675040ae /lib/Basic/TargetInfo.cpp | |
parent | 809709f46f2516b4054681f0b76284055a84a50f (diff) |
Tabs -> spaces
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49909 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/TargetInfo.cpp')
-rw-r--r-- | lib/Basic/TargetInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Basic/TargetInfo.cpp b/lib/Basic/TargetInfo.cpp index 145f458886..6c3389cc36 100644 --- a/lib/Basic/TargetInfo.cpp +++ b/lib/Basic/TargetInfo.cpp @@ -24,8 +24,8 @@ TargetInfo::TargetInfo(const std::string &T) : Triple(T) { // Set defaults. These should be overridden by concrete targets as needed. CharIsSigned = true; WCharWidth = WCharAlign = 32; - DoubleWidth = 64; - DoubleAlign = 32; + DoubleWidth = 64; + DoubleAlign = 32; FloatFormat = &llvm::APFloat::IEEEsingle; DoubleFormat = &llvm::APFloat::IEEEdouble; LongDoubleFormat = &llvm::APFloat::IEEEdouble; |