forked from OSchip/llvm-project
Allow regparm attribute for PNaCl target
llvm-svn: 141638
This commit is contained in:
parent
7adc4370e0
commit
bfdbb25af2
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue