summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARM.td
diff options
context:
space:
mode:
authorAmara Emerson <amara.emerson@arm.com>2013-11-25 13:17:15 +0000
committerAmara Emerson <amara.emerson@arm.com>2013-11-25 13:17:15 +0000
commitb42574a1f201e6f77f57dff5b232820f1c164323 (patch)
treee32e52644f501825a1c66faad3fdcf7ca1f2e9ee /lib/Target/ARM/ARM.td
parent99812474c34234de82394a4598ccd2b96f8b8447 (diff)
downloadllvm-b42574a1f201e6f77f57dff5b232820f1c164323.tar.gz
llvm-b42574a1f201e6f77f57dff5b232820f1c164323.tar.bz2
llvm-b42574a1f201e6f77f57dff5b232820f1c164323.tar.xz
[ARM] Enable FeatureMP for Cortex-A5 by default.
Patch by Oliver Stannard. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195640 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARM.td')
-rw-r--r--lib/Target/ARM/ARM.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARM.td b/lib/Target/ARM/ARM.td
index f63064eeb0..ed827c47ce 100644
--- a/lib/Target/ARM/ARM.td
+++ b/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,