1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[X86] Fix uninitialized variable sanitizer warning from rL321074

llvm-svn: 321076
This commit is contained in:
Simon Pilgrim 2017-12-19 14:34:35 +00:00
parent 354d0a92b6
commit 8812d9dc72

View File

@ -320,6 +320,7 @@ void X86Subtarget::initializeEnvironment() {
HasSSEUnalignedMem = false;
HasCmpxchg16b = false;
UseLeaForSP = false;
HasFastVariableShuffle = false;
HasFastPartialYMMorZMMWrite = false;
HasFastGather = false;
HasFastScalarFSQRT = false;