Initialize HasPOPCNT.

llvm-svn: 120923
This commit is contained in:
Bill Wendling 2010-12-04 23:57:24 +00:00
parent d74cad80b0
commit 2bce78e8fc
1 changed files with 2 additions and 1 deletions

View File

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