mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Initialize HasPOPCNT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120923 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b4172fa729
commit
d643486058
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user