aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Disassembler/X86/simple-tests.txt
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-13 07:48:07 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-13 07:48:07 +0000
commit1203fe7fc80d0fe16a30ae3ddb9b0823b17f39ce (patch)
treea35d0deb4c99fb5539919c2d3b1e661ba2f41c87 /test/MC/Disassembler/X86/simple-tests.txt
parent82222c20be24adda7c218f3fdaf2e0ae049c955b (diff)
downloadexternal_llvm-1203fe7fc80d0fe16a30ae3ddb9b0823b17f39ce.zip
external_llvm-1203fe7fc80d0fe16a30ae3ddb9b0823b17f39ce.tar.gz
external_llvm-1203fe7fc80d0fe16a30ae3ddb9b0823b17f39ce.tar.bz2
Revert r141854 because it was causing failures:
http://lab.llvm.org:8011/builders/llvm-x86_64-linux/builds/101 --- Reverse-merging r141854 into '.': U test/MC/Disassembler/X86/x86-32.txt U test/MC/Disassembler/X86/simple-tests.txt D test/CodeGen/X86/bmi.ll U lib/Target/X86/X86InstrInfo.td U lib/Target/X86/X86ISelLowering.cpp U lib/Target/X86/X86.td U lib/Target/X86/X86Subtarget.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141857 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Disassembler/X86/simple-tests.txt')
-rw-r--r--test/MC/Disassembler/X86/simple-tests.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/MC/Disassembler/X86/simple-tests.txt b/test/MC/Disassembler/X86/simple-tests.txt
index 8ca3015..1540d12 100644
--- a/test/MC/Disassembler/X86/simple-tests.txt
+++ b/test/MC/Disassembler/X86/simple-tests.txt
@@ -497,12 +497,3 @@
# CHECK: lzcntq %rax, %rax
0xf3 0x48 0x0f 0xbd 0xc0
-
-# CHECK: tzcntl %eax, %eax
-0xf3 0x0f 0xbc 0xc0
-
-# CHECK: tzcntw %ax, %ax
-0x66 0xf3 0x0f 0xbc 0xc0
-
-# CHECK: tzcntq %rax, %rax
-0xf3 0x48 0x0f 0xbc 0xc0