summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64Subtarget.h
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2014-03-04 00:32:07 +0000
committerChad Rosier <mcrosier@codeaurora.org>2014-03-04 00:32:07 +0000
commit168a1af83cc20053b15790227b911f485371e65a (patch)
tree1c003dbf58894b55c6d1adbe03cb00abef040ed9 /lib/Target/AArch64/AArch64Subtarget.h
parentd1a0a587011dc8de63e0f648168ec9c1c9d6c864 (diff)
downloadllvm-168a1af83cc20053b15790227b911f485371e65a.tar.gz
llvm-168a1af83cc20053b15790227b911f485371e65a.tar.bz2
llvm-168a1af83cc20053b15790227b911f485371e65a.tar.xz
Revert "[AArch64] This is a work in progress to provide a machine description"
This reverts commit ff717c8fc786a0cfa1602982b91895fa09e514fc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202773 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/AArch64/AArch64Subtarget.h')
-rw-r--r--lib/Target/AArch64/AArch64Subtarget.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/AArch64/AArch64Subtarget.h b/lib/Target/AArch64/AArch64Subtarget.h
index 68c6c4b63c..adceba7842 100644
--- a/lib/Target/AArch64/AArch64Subtarget.h
+++ b/lib/Target/AArch64/AArch64Subtarget.h
@@ -29,11 +29,6 @@ class GlobalValue;
class AArch64Subtarget : public AArch64GenSubtargetInfo {
virtual void anchor();
protected:
- enum ARMProcFamilyEnum {Others, CortexA53, CortexA57};
-
- /// ARMProcFamily - ARM processor family: Cortex-A53, Cortex-A57, and others.
- ARMProcFamilyEnum ARMProcFamily;
-
bool HasFPARMv8;
bool HasNEON;
bool HasCrypto;