Fix the x86 disassembler to at least print the lock prefix if it is the first
authorKevin Enderby <enderby@apple.com>
Fri, 9 Mar 2012 17:52:49 +0000 (17:52 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 9 Mar 2012 17:52:49 +0000 (17:52 +0000)
commitfaf72ffda3bf83b08769428129ee4755787ee6cf
tree645b3e62f0af088abacb1e31e869e8610b8b701c
parent75c0d8e0d8f4e10587985b950f2c0752e45e099e
Fix the x86 disassembler to at least print the lock prefix if it is the first
prefix.  Added a FIXME to remind us this still does not work when it is not the
first prefix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152414 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
test/MC/Disassembler/X86/simple-tests.txt
utils/TableGen/X86RecognizableInstr.cpp