diff options
| author | Amara Emerson <amara.emerson@arm.com> | 2013-11-25 13:17:15 +0000 |
|---|---|---|
| committer | Amara Emerson <amara.emerson@arm.com> | 2013-11-25 13:17:15 +0000 |
| commit | 34df448f7ca7a77c2fa1fda2219ea9e4755df79e (patch) | |
| tree | e577a986e104054518c8bb8fdaa854123c8fbf5e /llvm/lib/Target/ARM | |
| parent | 5877bf1b7c63e10df12fbc38a8b57f2df08b9d0b (diff) | |
| download | bcm5719-llvm-34df448f7ca7a77c2fa1fda2219ea9e4755df79e.tar.gz bcm5719-llvm-34df448f7ca7a77c2fa1fda2219ea9e4755df79e.zip | |
[ARM] Enable FeatureMP for Cortex-A5 by default.
Patch by Oliver Stannard.
llvm-svn: 195640
Diffstat (limited to 'llvm/lib/Target/ARM')
| -rw-r--r-- | llvm/lib/Target/ARM/ARM.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARM.td b/llvm/lib/Target/ARM/ARM.td index f63064eeb0b..ed827c47ceb 100644 --- a/llvm/lib/Target/ARM/ARM.td +++ b/llvm/lib/Target/ARM/ARM.td @@ -179,7 +179,7 @@ def ProcA5 : SubtargetFeature<"a5", "ARMProcFamily", "CortexA5", "Cortex-A5 ARM processors", [FeatureSlowFPBrcc, FeatureHasSlowFPVMLx, FeatureVMLxForwarding, FeatureT2XtPk, - FeatureTrustZone]>; + FeatureTrustZone, FeatureMP]>; def ProcA7 : SubtargetFeature<"a7", "ARMProcFamily", "CortexA7", "Cortex-A7 ARM processors", [FeatureSlowFPBrcc, FeatureHasSlowFPVMLx, |

