Initialize hasQPX in PPCSubtarget
authorHal Finkel <hfinkel@anl.gov>
Wed, 30 Jan 2013 22:43:44 +0000 (22:43 +0000)
committerHal Finkel <hfinkel@anl.gov>
Wed, 30 Jan 2013 22:43:44 +0000 (22:43 +0000)
This should have gone in with r173973.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173984 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCSubtarget.cpp

index d9b4e3061ead9e384946c2bde01b6bfe10dab0cf..91beeaee680c52ecd893ceac9eca4106bcb72824 100644 (file)
@@ -36,6 +36,7 @@ PPCSubtarget::PPCSubtarget(const std::string &TT, const std::string &CPU,
   , Use64BitRegs(false)
   , IsPPC64(is64Bit)
   , HasAltivec(false)
+  , HasQPX(false)
   , HasFSQRT(false)
   , HasSTFIWX(false)
   , HasISEL(false)