Initialize HasVMLxForwarding.

llvm-svn: 128709
This commit is contained in:
Benjamin Kramer 2011-04-01 09:20:31 +00:00
parent e98f29df8b
commit bb21fac250
1 changed files with 1 additions and 0 deletions

View File

@ -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)