mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-05 19:57:44 +00:00
Initialize hasQPX in PPCSubtarget
This should have gone in with r173973. llvm-svn: 173984
This commit is contained in:
parent
2a32ac5a3e
commit
c18598b552
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user