From: Benjamin Kramer Date: Fri, 1 Apr 2011 09:20:31 +0000 (+0000) Subject: Initialize HasVMLxForwarding. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0e3ee43ea058a35ab5ce69cceafd316d49eaad34;p=oota-llvm.git Initialize HasVMLxForwarding. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128709 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMSubtarget.cpp b/lib/Target/ARM/ARMSubtarget.cpp index 1465984899c..2a9d480e8aa 100644 --- 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)