diff options
author | Silviu Baranga <silviu.baranga@arm.com> | 2013-08-08 15:47:33 +0000 |
---|---|---|
committer | Silviu Baranga <silviu.baranga@arm.com> | 2013-08-08 15:47:33 +0000 |
commit | cee35382331d792ed9354bb7fe0f3e10b09f46a3 (patch) | |
tree | 86dfdfe0f992bcf00638fad56a3f3512a2760377 /lib/Target | |
parent | 72feef14f16d138114040e486fb2c1ef7a9358e0 (diff) | |
download | external_llvm-cee35382331d792ed9354bb7fe0f3e10b09f46a3.zip external_llvm-cee35382331d792ed9354bb7fe0f3e10b09f46a3.tar.gz external_llvm-cee35382331d792ed9354bb7fe0f3e10b09f46a3.tar.bz2 |
Remove the now redundant FeatureFP16 from the Cortex-A15 feature list. It was made redundant when FeatureVFP4 was added which implies FP16.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/ARM/ARM.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARM.td b/lib/Target/ARM/ARM.td index e5da3a5..067ad13 100644 --- a/lib/Target/ARM/ARM.td +++ b/lib/Target/ARM/ARM.td @@ -179,7 +179,7 @@ def ProcSwift : SubtargetFeature<"swift", "ARMProcFamily", "Swift", // FIXME: It has not been determined if A15 has these features. def ProcA15 : SubtargetFeature<"a15", "ARMProcFamily", "CortexA15", "Cortex-A15 ARM processors", - [FeatureT2XtPk, FeatureFP16, FeatureVFP4, + [FeatureT2XtPk, FeatureVFP4, FeatureAvoidPartialCPSR, FeatureTrustZone]>; def ProcR5 : SubtargetFeature<"r5", "ARMProcFamily", "CortexR5", |