summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-04-22 11:52:41 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-04-22 11:52:41 +0000
commit8877d68db797ddf0228624378cb10cf4e1a598f3 (patch)
treea1e58951106deb0eca9b6cdc09c02b74726fd309 /llvm/lib
parent2484772c1453b1d281dc76fd7b7fdb3d44fe6e1e (diff)
downloadbcm5719-llvm-8877d68db797ddf0228624378cb10cf4e1a598f3.tar.gz
bcm5719-llvm-8877d68db797ddf0228624378cb10cf4e1a598f3.zip
ARM: Initialize the HasRAS bit.
Found by valgrind. llvm-svn: 155313
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMSubtarget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.cpp b/llvm/lib/Target/ARM/ARMSubtarget.cpp
index e247b76ad43..5be0d2b819a 100644
--- a/llvm/lib/Target/ARM/ARMSubtarget.cpp
+++ b/llvm/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)
OpenPOWER on IntegriCloud