[ARM] Make sure HasCRC is initialized to false in Subtarget.
llvm-svn: 193624
This commit is contained in:
parent
507e084a18
commit
f9a67fce26
@ -112,6 +112,7 @@ void ARMSubtarget::initializeEnvironment() {
|
||||
HasPerfMon = false;
|
||||
HasTrustZone = false;
|
||||
HasCrypto = false;
|
||||
HasCRC = false;
|
||||
AllowsUnalignedMem = false;
|
||||
Thumb2DSP = false;
|
||||
UseNaClTrap = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user