aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMSubtarget.cpp
diff options
context:
space:
mode:
authorBradley Smith <bradley.smith@arm.com>2016-01-15 10:27:14 +0000
committerBradley Smith <bradley.smith@arm.com>2016-01-15 10:27:14 +0000
commit618712df04ea8e8f1b702f454c080c3d6008ce60 (patch)
treea5be2761391c5a468c1312315c6a464c63223bce /llvm/lib/Target/ARM/ARMSubtarget.cpp
parent433c22e35cabf8d5db0731aaadff649491d70487 (diff)
downloadllvm-618712df04ea8e8f1b702f454c080c3d6008ce60.zip
llvm-618712df04ea8e8f1b702f454c080c3d6008ce60.tar.gz
llvm-618712df04ea8e8f1b702f454c080c3d6008ce60.tar.bz2
[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline
llvm-svn: 257883
Diffstat (limited to 'llvm/lib/Target/ARM/ARMSubtarget.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMSubtarget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.cpp b/llvm/lib/Target/ARM/ARMSubtarget.cpp
index 0fdb195..a7d59ecf 100644
--- a/llvm/lib/Target/ARM/ARMSubtarget.cpp
+++ b/llvm/lib/Target/ARM/ARMSubtarget.cpp
@@ -148,6 +148,7 @@ void ARMSubtarget::initializeEnvironment() {
FPOnlySP = false;
HasPerfMon = false;
HasTrustZone = false;
+ Has8MSecExt = false;
HasCrypto = false;
HasCRC = false;
HasZeroCycleZeroing = false;