forked from OSchip/llvm-project
parent
23f12757ed
commit
a15cee1036
|
@ -241,6 +241,7 @@ X86Subtarget::X86Subtarget(const Module &M, const std::string &FS, bool is64Bit)
|
|||
: AsmFlavor(AsmWriterFlavor)
|
||||
, PICStyle(PICStyle::None)
|
||||
, X86SSELevel(NoMMXSSE)
|
||||
, X863DNowLevel(NoThreeDNow)
|
||||
, HasX86_64(false)
|
||||
, DarwinVers(0)
|
||||
, stackAlignment(8)
|
||||
|
|
Loading…
Reference in New Issue