mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-26 18:20:39 +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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user