]> granicus.if.org Git - clang/commitdiff
Fix a bug that was introduced in 58501. Ideally I think we should force all targets...
authorAnders Carlsson <andersca@mac.com>
Fri, 31 Oct 2008 16:05:19 +0000 (16:05 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 31 Oct 2008 16:05:19 +0000 (16:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58511 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/TargetInfo.cpp

index aa19928e5fac6135c01648e7b7616a6aa4ff2cc5..522a09dbb13f28dc9515bbd62cc96430b41a487d 100644 (file)
@@ -34,7 +34,7 @@ TargetInfo::TargetInfo(const std::string &T) : Triple(T) {
   DoubleAlign = 64;
   LongDoubleWidth = 64;
   LongDoubleAlign = 64;
-  SizeType = UnsignedInt;
+  SizeType = UnsignedLong;
   IntMaxType = SignedLongLong;
   UIntMaxType = UnsignedLongLong;
   PtrDiffType = SignedLongLong;