projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4172fa
)
Initialize HasPOPCNT.
author
Bill Wendling
<isanbard@gmail.com>
Sat, 4 Dec 2010 23:57:24 +0000
(23:57 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Sat, 4 Dec 2010 23:57:24 +0000
(23:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120923
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86Subtarget.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86Subtarget.cpp
b/lib/Target/X86/X86Subtarget.cpp
index 3ad84b98c831614f0feaa8e8cc05fe7244bf368f..5607c133bc7f495dcc13b3db682b87d8404e8f61 100644
(file)
--- a/
lib/Target/X86/X86Subtarget.cpp
+++ b/
lib/Target/X86/X86Subtarget.cpp
@@
-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)