summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARM.td
diff options
context:
space:
mode:
authorSilviu Baranga <silviu.baranga@arm.com>2012-09-17 14:10:54 +0000
committerSilviu Baranga <silviu.baranga@arm.com>2012-09-17 14:10:54 +0000
commitc8bf0f86624f025ca7c2b5cfc35ef3fb904a3930 (patch)
tree03fecf073201c40d6287f242fa4735c58bbfcdb4 /lib/Target/ARM/ARM.td
parenta52c3acc14062a7c2220cedb9f75531bf730eda8 (diff)
downloadllvm-c8bf0f86624f025ca7c2b5cfc35ef3fb904a3930.tar.gz
llvm-c8bf0f86624f025ca7c2b5cfc35ef3fb904a3930.tar.bz2
llvm-c8bf0f86624f025ca7c2b5cfc35ef3fb904a3930.tar.xz
Removed the VMLxForwarding feature for the Cortex-A15 target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164030 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARM.td')
-rw-r--r--lib/Target/ARM/ARM.td3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARM.td b/lib/Target/ARM/ARM.td
index ab57779b58..1fb190ca11 100644
--- a/lib/Target/ARM/ARM.td
+++ b/lib/Target/ARM/ARM.td
@@ -142,8 +142,7 @@ def ProcA9 : SubtargetFeature<"a9", "ARMProcFamily", "CortexA9",
// FIXME: It has not been determined if A15 has these features.
def ProcA15 : SubtargetFeature<"a15", "ARMProcFamily", "CortexA15",
"Cortex-A15 ARM processors",
- [FeatureVMLxForwarding,
- FeatureT2XtPk, FeatureFP16,
+ [FeatureT2XtPk, FeatureFP16,
FeatureAvoidPartialCPSR]>;
class ProcNoItin<string Name, list<SubtargetFeature> Features>