Revert r141854 because it was causing failures:
[oota-llvm.git] / test / MC / Disassembler / X86 / simple-tests.txt
index 8ca3015c2cda2d86d27d40d32bbb91948ab1b646..1540d12a280bd41bd81a5421c1cf798e36c8de2f 100644 (file)
 
 # 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