mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 09:13:38 +08:00
Allow regparm attribute for PNaCl target
llvm-svn: 141638
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user