Skip to content

Commit

Permalink
[ARM] Make sure HasCRC is initialized to false in Subtarget.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193624 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
aemerson committed Oct 29, 2013
1 parent 1aaf43c commit 57bca7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Target/ARM/ARMSubtarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ void ARMSubtarget::initializeEnvironment() {
HasPerfMon = false;
HasTrustZone = false;
HasCrypto = false;
HasCRC = false;
AllowsUnalignedMem = false;
Thumb2DSP = false;
UseNaClTrap = false;
Expand Down

0 comments on commit 57bca7b

Please sign in to comment.