summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorGabor Buella <gabor.buella@intel.com>2018-04-23 20:05:51 +0000
committerGabor Buella <gabor.buella@intel.com>2018-04-23 20:05:51 +0000
commit1a2ce572bf61bd7139b92e2d8e2dbabfdfa52aa2 (patch)
treee9d4721d0e7b191fa5b540efaaeeb523ef8330c4 /llvm/lib/Support
parent851e3a179235b8f42a528a08443759483c1338c2 (diff)
downloadbcm5719-llvm-1a2ce572bf61bd7139b92e2d8e2dbabfdfa52aa2.tar.gz
bcm5719-llvm-1a2ce572bf61bd7139b92e2d8e2dbabfdfa52aa2.zip
[X86] Revert r330638 - accidental commit
llvm-svn: 330640
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/Host.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp
index 1a0dc7f4eec..5a55e555f9c 100644
--- a/llvm/lib/Support/Host.cpp
+++ b/llvm/lib/Support/Host.cpp
@@ -1264,10 +1264,6 @@ bool sys::getHostCPUFeatures(StringMap<bool> &Features) {
Features["ibt"] = HasLeaf7 && ((EDX >> 20) & 1);
- // Direct move instruction support.
- Features["movdiri"] = HasLeaf7 && ((ECX >> 27) & 1);
- Features["movdir64b"] = HasLeaf7 && ((ECX >> 28) & 1);
-
bool HasLeafD = MaxLevel >= 0xd &&
!getX86CpuIDAndInfoEx(0xd, 0x1, &EAX, &EBX, &ECX, &EDX);
OpenPOWER on IntegriCloud