Added missing initialization.

llvm-svn: 139291
This commit is contained in:
Abramo Bagnara 2011-09-08 14:20:25 +00:00
parent e114ba4465
commit 41bfb66e76
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ TargetInfo::TargetInfo(const std::string &T) : Triple(T) {
"i64:64:64-f32:32:32-f64:64:64-n32";
UserLabelPrefix = "_";
MCountName = "mcount";
RegParmMax = 0;
SSERegParmMax = 0;
HasAlignMac68kSupport = false;
// Default to no types using fpret.