diff options
| author | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2016-02-02 09:28:20 +0000 |
|---|---|---|
| committer | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2016-02-02 09:28:20 +0000 |
| commit | ffe19f524548fd8b4e16db4c6bd3528850890e00 (patch) | |
| tree | cdd205694a3cffa9fb2e4cc0964b50b29bc044c6 /llvm/lib | |
| parent | 21b473d49035480d4ade2b0dd647d9a348aa54ce (diff) | |
| download | bcm5719-llvm-ffe19f524548fd8b4e16db4c6bd3528850890e00.tar.gz bcm5719-llvm-ffe19f524548fd8b4e16db4c6bd3528850890e00.zip | |
Removed FeatureVFPOnlySP from the Cortex-R7 processor model
description and changed the regression test accordingly.
The default configuration of a Cortex-R7 is to implement the
VFPv3-D16 architecture and the feature line as it was is too
restrictive.
llvm-svn: 259480
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/ARM/ARM.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARM.td b/llvm/lib/Target/ARM/ARM.td index dad42326676..fa6e6c71a1d 100644 --- a/llvm/lib/Target/ARM/ARM.td +++ b/llvm/lib/Target/ARM/ARM.td @@ -618,7 +618,6 @@ def : ProcessorModel<"cortex-r5", CortexA8Model, [ARMv7r, ProcR5, def : ProcessorModel<"cortex-r7", CortexA8Model, [ARMv7r, ProcR7, FeatureHasRAS, FeatureVFP3, - FeatureVFPOnlySP, FeatureD16, FeatureFP16, FeatureMP, |

