summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2017-04-06 19:16:14 +0000
committerYi Kong <yikong@google.com>2017-04-06 19:16:14 +0000
commit5e7059b702d7e64044b2e9ae2264dc3fe9cc6880 (patch)
tree162138c8f1602cb8ae378927379cc0f8ab7537d3 /llvm/lib
parent974f7c23ae084f830f94f5749f4f24b48e98f77d (diff)
downloadbcm5719-llvm-5e7059b702d7e64044b2e9ae2264dc3fe9cc6880.tar.gz
bcm5719-llvm-5e7059b702d7e64044b2e9ae2264dc3fe9cc6880.zip
Revert "[ARM] Add Kryo to available targets"
This reverts commit 942d6e6f58bf7e63810dd7cbcbce1fdfa5ebc6d4. Build breakage. llvm-svn: 299689
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARM.td10
-rw-r--r--llvm/lib/Target/ARM/ARMSubtarget.h1
2 files changed, 1 insertions, 10 deletions
diff --git a/llvm/lib/Target/ARM/ARM.td b/llvm/lib/Target/ARM/ARM.td
index 57f9d1c6b61..9c0c01f3e92 100644
--- a/llvm/lib/Target/ARM/ARM.td
+++ b/llvm/lib/Target/ARM/ARM.td
@@ -345,9 +345,7 @@ def ProcA73 : SubtargetFeature<"a73", "ARMProcFamily", "CortexA73",
"Cortex-A73 ARM processors", []>;
def ProcKrait : SubtargetFeature<"krait", "ARMProcFamily", "Krait",
- "Qualcomm Krait processors", []>;
-def ProcKryo : SubtargetFeature<"kryo", "ARMProcFamily", "Kryo",
- "Qualcomm Kryo processors", []>;
+ "Qualcomm ARM processors", []>;
def ProcSwift : SubtargetFeature<"swift", "ARMProcFamily", "Swift",
"Swift ARM processors", []>;
@@ -837,12 +835,6 @@ def : ProcNoItin<"exynos-m3", [ARMv8a, ProcExynosM1,
FeatureCrypto,
FeatureCRC]>;
-def : ProcNoItin<"kryo", [ARMv8a, ProcKryo,
- FeatureHWDiv,
- FeatureHWDivARM,
- FeatureCrypto,
- FeatureCRC]>;
-
def : ProcessorModel<"cortex-r52", CortexR52Model, [ARMv8r, ProcR52,
FeatureFPAO]>;
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.h b/llvm/lib/Target/ARM/ARMSubtarget.h
index 40993fc0aa8..46c38578ba2 100644
--- a/llvm/lib/Target/ARM/ARMSubtarget.h
+++ b/llvm/lib/Target/ARM/ARMSubtarget.h
@@ -64,7 +64,6 @@ protected:
CortexR7,
ExynosM1,
Krait,
- Kryo,
Swift
};
enum ARMProcClassEnum {
OpenPOWER on IntegriCloud