Initialize X863DNowLevel.

llvm-svn: 49808
This commit is contained in:
Evan Cheng 2008-04-16 19:03:02 +00:00
parent 23f12757ed
commit a15cee1036
1 changed files with 1 additions and 0 deletions

View File

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