summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2011-08-29 22:06:28 +0000
committerKevin Enderby <enderby@apple.com>2011-08-29 22:06:28 +0000
commitfff64ca9cfdcb8e2fd2e124fcda1c1053523afc6 (patch)
treece63109943866721dcc45e24643cde0515118e37 /test/MC/Disassembler
parentf3704769bb2e8170769840528869ae5696545481 (diff)
downloadllvm-fff64ca9cfdcb8e2fd2e124fcda1c1053523afc6.tar.gz
llvm-fff64ca9cfdcb8e2fd2e124fcda1c1053523afc6.tar.bz2
llvm-fff64ca9cfdcb8e2fd2e124fcda1c1053523afc6.tar.xz
Fix the disassembly of the X86 crc32 instruction. Bug 10702 and rdar://8795217
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138771 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Disassembler')
-rw-r--r--test/MC/Disassembler/X86/x86-32.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/Disassembler/X86/x86-32.txt b/test/MC/Disassembler/X86/x86-32.txt
index dd313f1581..7e93c63ba6 100644
--- a/test/MC/Disassembler/X86/x86-32.txt
+++ b/test/MC/Disassembler/X86/x86-32.txt
@@ -24,3 +24,6 @@
# CHECK: pshufb
0x0f 0x38 0x00 0xc0
+
+# CHECK: crc32b %al, %eax
+0xf2 0x0f 0x38 0xf0 0xc0