projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
507e084
)
[ARM] Make sure HasCRC is initialized to false in Subtarget.
author
Amara Emerson
<amara.emerson@arm.com>
Tue, 29 Oct 2013 16:54:52 +0000
(16:54 +0000)
committer
Amara Emerson
<amara.emerson@arm.com>
Tue, 29 Oct 2013 16:54:52 +0000
(16:54 +0000)
llvm-svn: 193624
llvm/lib/Target/ARM/ARMSubtarget.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/ARM/ARMSubtarget.cpp
b/llvm/lib/Target/ARM/ARMSubtarget.cpp
index
02d9387
..
db9792a
100644
(file)
--- 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;