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:
8891ed7
)
Initialize HasVMLxForwarding.
author
Benjamin Kramer
<benny.kra@googlemail.com>
Fri, 1 Apr 2011 09:20:31 +0000
(09:20 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Fri, 1 Apr 2011 09:20:31 +0000
(09:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128709
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 1465984899c6fcdc6d8086c590a18fd598ea7997..2a9d480e8aa9d2563396737dc9ed1261637adaaf 100644
(file)
--- a/
lib/Target/ARM/ARMSubtarget.cpp
+++ b/
lib/Target/ARM/ARMSubtarget.cpp
@@
-38,6
+38,7
@@
ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &FS,
, ARMFPUType(None)
, UseNEONForSinglePrecisionFP(false)
, SlowFPVMLx(false)
+ , HasVMLxForwarding(false)
, SlowFPBrcc(false)
, IsThumb(isT)
, ThumbMode(Thumb1)