summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorAmara Emerson <amara.emerson@arm.com>2013-10-29 16:54:52 +0000
committerAmara Emerson <amara.emerson@arm.com>2013-10-29 16:54:52 +0000
commitf9a67fce26c5ee6b65aefc4e520b13c2fa21c4fc (patch)
tree16a95b4b0af266a2d69440f4404b0f93a313219d /llvm/lib
parent507e084a1870db6d34922f8c74cf44313f945e35 (diff)
downloadbcm5719-llvm-f9a67fce26c5ee6b65aefc4e520b13c2fa21c4fc.tar.gz
bcm5719-llvm-f9a67fce26c5ee6b65aefc4e520b13c2fa21c4fc.zip
[ARM] Make sure HasCRC is initialized to false in Subtarget.
llvm-svn: 193624
Diffstat (limited to 'llvm/lib')
-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 02d938769a2..db9792a8362 100644
--- a/llvm/lib/Target/ARM/ARMSubtarget.cpp
+++ b/llvm/lib/Target/ARM/ARMSubtarget.cpp
@@ -112,6 +112,7 @@ void ARMSubtarget::initializeEnvironment() {
HasPerfMon = false;
HasTrustZone = false;
HasCrypto = false;
+ HasCRC = false;
AllowsUnalignedMem = false;
Thumb2DSP = false;
UseNaClTrap = false;
OpenPOWER on IntegriCloud