summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86Subtarget.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-11-14 03:04:00 +0000
committerEric Christopher <echristo@gmail.com>2015-11-14 03:04:00 +0000
commitd1b0795570e33fbee97e1fb7200aaacacf89905b (patch)
tree8c9038a1944627bd1aea749ae6cfaffc8bffda3e /lib/Target/X86/X86Subtarget.cpp
parent8d807025374d8a1eac8fc148fe746aff4075ead2 (diff)
Add MMX to the 3dnow enum and propagate changes around. This makes
it somewhat more consistent with how the feature is used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253122 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86Subtarget.cpp')
-rw-r--r--lib/Target/X86/X86Subtarget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/X86Subtarget.cpp b/lib/Target/X86/X86Subtarget.cpp
index ad593f4be2e..44a46b7e07a 100644
--- a/lib/Target/X86/X86Subtarget.cpp
+++ b/lib/Target/X86/X86Subtarget.cpp
@@ -231,7 +231,6 @@ void X86Subtarget::initializeEnvironment() {
X86SSELevel = NoSSE;
X863DNowLevel = NoThreeDNow;
HasCMov = false;
- HasMMX = false;
HasX86_64 = false;
HasPOPCNT = false;
HasSSE4A = false;