Fix a bug that was introduced in 58501. Ideally I think we should force all targets to set these values and not have defaults.

llvm-svn: 58511
This commit is contained in:
Anders Carlsson 2008-10-31 16:05:19 +00:00
parent 59ae7c0fd5
commit 2a79a90430
1 changed files with 1 additions and 1 deletions

View 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;