diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-04-22 11:52:41 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-04-22 11:52:41 +0000 |
| commit | 8877d68db797ddf0228624378cb10cf4e1a598f3 (patch) | |
| tree | a1e58951106deb0eca9b6cdc09c02b74726fd309 /llvm/lib | |
| parent | 2484772c1453b1d281dc76fd7b7fdb3d44fe6e1e (diff) | |
| download | bcm5719-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.cpp | 1 |
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) |

