mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 05:13:01 +00:00
Initialize HasVMLxForwarding.
llvm-svn: 128709
This commit is contained in:
parent
279116b009
commit
aff6a9e50a
@ -38,6 +38,7 @@ ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &FS,
|
|||||||
, ARMFPUType(None)
|
, ARMFPUType(None)
|
||||||
, UseNEONForSinglePrecisionFP(false)
|
, UseNEONForSinglePrecisionFP(false)
|
||||||
, SlowFPVMLx(false)
|
, SlowFPVMLx(false)
|
||||||
|
, HasVMLxForwarding(false)
|
||||||
, SlowFPBrcc(false)
|
, SlowFPBrcc(false)
|
||||||
, IsThumb(isT)
|
, IsThumb(isT)
|
||||||
, ThumbMode(Thumb1)
|
, ThumbMode(Thumb1)
|
||||||
|
Loading…
Reference in New Issue
Block a user