[cfe-commits] r109023 - /cfe/trunk/lib/Basic/Targets.cpp

Nate Begeman natebegeman at mac.com
Wed Jul 21 11:11:42 PDT 2010


Author: sampo
Date: Wed Jul 21 13:11:42 2010
New Revision: 109023

URL: http://llvm.org/viewvc/llvm-project?rev=109023&view=rev
Log:
Catch thinko that Daniel Dunbar found.

Modified:
    cfe/trunk/lib/Basic/Targets.cpp

Modified: cfe/trunk/lib/Basic/Targets.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets.cpp?rev=109023&r1=109022&r2=109023&view=diff
==============================================================================
--- cfe/trunk/lib/Basic/Targets.cpp (original)
+++ cfe/trunk/lib/Basic/Targets.cpp Wed Jul 21 13:11:42 2010
@@ -1447,6 +1447,7 @@
     TLSSupported = false;
     WCharType = UnsignedShort;
     LongWidth = LongAlign = 32;
+    DoubleAlign = LongLongAlign = 64;      
     IntMaxType = SignedLongLong;
     UIntMaxType = UnsignedLongLong;
     Int64Type = SignedLongLong;





More information about the cfe-commits mailing list