From: Benjamin Kramer Date: Sun, 22 Apr 2012 11:52:41 +0000 (+0000) Subject: ARM: Initialize the HasRAS bit. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bfae1fd1fce97e73299e8ad67a22ae18de5112e9;p=oota-llvm.git ARM: Initialize the HasRAS bit. Found by valgrind. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155313 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMSubtarget.cpp b/lib/Target/ARM/ARMSubtarget.cpp index e247b76ad43..5be0d2b819a 100644 --- 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)