projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e3481
)
ARM: Initialize the HasRAS bit.
author
Benjamin Kramer
<benny.kra@googlemail.com>
Sun, 22 Apr 2012 11:52:41 +0000
(11:52 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Sun, 22 Apr 2012 11:52:41 +0000
(11:52 +0000)
Found by valgrind.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155313
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMSubtarget.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMSubtarget.cpp
b/lib/Target/ARM/ARMSubtarget.cpp
index e247b76ad43bb6e90ec3eaad9c834a962e1f1c36..5be0d2b819afad3abda61193895434037024c4c9 100644
(file)
--- a/
lib/Target/ARM/ARMSubtarget.cpp
+++ b/
lib/Target/ARM/ARMSubtarget.cpp
@@
-67,6
+67,7
@@
ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &CPU,
, HasDataBarrier(false)
, Pref32BitThumb(false)
, AvoidCPSRPartialUpdate(false)
+ , HasRAS(false)
, HasMPExtension(false)
, FPOnlySP(false)
, AllowsUnalignedMem(false)