Initialize HasPOPCNT.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120923 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling
2010-12-04 23:57:24 +00:00
parent b4172fa729
commit d643486058

View File

@@ -1,4 +1,4 @@
//===-- X86Subtarget.cpp - X86 Subtarget Information ------------*- C++ -*-===// //===-- X86Subtarget.cpp - X86 Subtarget Information ----------------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
@@ -289,6 +289,7 @@ X86Subtarget::X86Subtarget(const std::string &TT, const std::string &FS,
, X863DNowLevel(NoThreeDNow) , X863DNowLevel(NoThreeDNow)
, HasCMov(false) , HasCMov(false)
, HasX86_64(false) , HasX86_64(false)
, HasPOPCNT(false)
, HasSSE4A(false) , HasSSE4A(false)
, HasAVX(false) , HasAVX(false)
, HasAES(false) , HasAES(false)