aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMSubtarget.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-01-15 18:55:12 +0000
committerReid Kleckner <rnk@google.com>2016-01-15 18:55:12 +0000
commitd4a0d188996d9bd0293b80826bc6fbc2a34d5d5b (patch)
tree0c75e8efd2a04771ff087bfab7800a1534af461c /llvm/lib/Target/ARM/ARMSubtarget.cpp
parent57fe1b10db94080f7acd932578b103ac793eb28a (diff)
downloadllvm-d4a0d188996d9bd0293b80826bc6fbc2a34d5d5b.zip
llvm-d4a0d188996d9bd0293b80826bc6fbc2a34d5d5b.tar.gz
llvm-d4a0d188996d9bd0293b80826bc6fbc2a34d5d5b.tar.bz2
Revert "[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline"
This reverts commit r257883. Somehow this didn't make it into r257916. llvm-svn: 257919
Diffstat (limited to 'llvm/lib/Target/ARM/ARMSubtarget.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMSubtarget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.cpp b/llvm/lib/Target/ARM/ARMSubtarget.cpp
index a7d59ecf..0fdb195 100644
--- a/llvm/lib/Target/ARM/ARMSubtarget.cpp
+++ b/llvm/lib/Target/ARM/ARMSubtarget.cpp
@@ -148,7 +148,6 @@ void ARMSubtarget::initializeEnvironment() {
FPOnlySP = false;
HasPerfMon = false;
HasTrustZone = false;
- Has8MSecExt = false;
HasCrypto = false;
HasCRC = false;
HasZeroCycleZeroing = false;