Initialize hasQPX in PPCSubtarget

This should have gone in with r173973.

llvm-svn: 173984
This commit is contained in:
Hal Finkel 2013-01-30 22:43:44 +00:00
parent 2a32ac5a3e
commit c18598b552

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