]> granicus.if.org Git - clang/commitdiff
Catch thinko that Daniel Dunbar found.
authorNate Begeman <natebegeman@mac.com>
Wed, 21 Jul 2010 18:11:42 +0000 (18:11 +0000)
committerNate Begeman <natebegeman@mac.com>
Wed, 21 Jul 2010 18:11:42 +0000 (18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109023 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

index 4c6a12c23820201b4c88cd2267ba9cfc1ba8a465..d7f3989a365c3720ae1543895d05bcd21e637b24 100644 (file)
@@ -1447,6 +1447,7 @@ public:
     TLSSupported = false;
     WCharType = UnsignedShort;
     LongWidth = LongAlign = 32;
+    DoubleAlign = LongLongAlign = 64;      
     IntMaxType = SignedLongLong;
     UIntMaxType = UnsignedLongLong;
     Int64Type = SignedLongLong;