mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Remove the now redundant FeatureFP16 from the Cortex-A15 feature list. It was made redundant when FeatureVFP4 was added which implies FP16.
llvm-svn: 187985
This commit is contained in:
parent
7d775148c4
commit
0291b43e25
@ -179,7 +179,7 @@ def ProcSwift : SubtargetFeature<"swift", "ARMProcFamily", "Swift",
|
|||||||
// FIXME: It has not been determined if A15 has these features.
|
// FIXME: It has not been determined if A15 has these features.
|
||||||
def ProcA15 : SubtargetFeature<"a15", "ARMProcFamily", "CortexA15",
|
def ProcA15 : SubtargetFeature<"a15", "ARMProcFamily", "CortexA15",
|
||||||
"Cortex-A15 ARM processors",
|
"Cortex-A15 ARM processors",
|
||||||
[FeatureT2XtPk, FeatureFP16, FeatureVFP4,
|
[FeatureT2XtPk, FeatureVFP4,
|
||||||
FeatureAvoidPartialCPSR,
|
FeatureAvoidPartialCPSR,
|
||||||
FeatureTrustZone]>;
|
FeatureTrustZone]>;
|
||||||
def ProcR5 : SubtargetFeature<"r5", "ARMProcFamily", "CortexR5",
|
def ProcR5 : SubtargetFeature<"r5", "ARMProcFamily", "CortexR5",
|
||||||
|
Loading…
Reference in New Issue
Block a user