Catch thinko that Daniel Dunbar found.

llvm-svn: 109023
This commit is contained in:
Nate Begeman 2010-07-21 18:11:42 +00:00
parent 65497583b5
commit 45595cf99f
1 changed files with 1 additions and 0 deletions

View File

@ -1447,6 +1447,7 @@ public:
TLSSupported = false;
WCharType = UnsignedShort;
LongWidth = LongAlign = 32;
DoubleAlign = LongLongAlign = 64;
IntMaxType = SignedLongLong;
UIntMaxType = UnsignedLongLong;
Int64Type = SignedLongLong;