Allow regparm attribute for PNaCl target

llvm-svn: 141638
This commit is contained in:
David Meyer 2011-10-11 03:12:01 +00:00
parent 7adc4370e0
commit bfdbb25af2
1 changed files with 1 additions and 0 deletions

View File

@ -3418,6 +3418,7 @@ public:
this->SizeType = TargetInfo::UnsignedInt;
this->PtrDiffType = TargetInfo::SignedInt;
this->IntPtrType = TargetInfo::SignedInt;
this->RegParmMax = 2;
DescriptionString = "e-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-"
"f32:32:32-f64:64:64-p:32:32:32-v128:32:32";
}