llvm-6502/test/MC
Johnny Chen 94dad03a96 Fixed an assert by the ARM disassembler for LDRD_PRE/POST.
The relevant instruction table entries were changed sometime ago to no longer take
<Rt2> as an operand.  Modify ARMDisassemblerCore.cpp to accomodate the change and
add a test case.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127935 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-19 01:16:20 +00:00
..
ARM
AsmParser
COFF
Disassembler Fixed an assert by the ARM disassembler for LDRD_PRE/POST. 2011-03-19 01:16:20 +00:00
ELF Fix handling of @IDNTPOFF relocations, they need to get STT_TLS. 2011-03-17 00:35:10 +00:00
MachO
MBlaze
X86