mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-30 15:45:26 +00:00
ARM: Initialize the HasRAS bit.
Found by valgrind. llvm-svn: 155313
This commit is contained in:
parent
a4f8aa5231
commit
76a9040c03
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user