ARM: Fix STREX/LDREX reecoding
authorAmaury de la Vieuville <amaury.dlv@gmail.com>
Tue, 11 Jun 2013 08:03:20 +0000 (08:03 +0000)
committerAmaury de la Vieuville <amaury.dlv@gmail.com>
Tue, 11 Jun 2013 08:03:20 +0000 (08:03 +0000)
commit3862709058ecfe809c9d4b32e3bff0efe8ebe646
treeb6f5a061634fb2d37619210168d617f6fb48e46d
parentc139672407b6ad8d2929fd0c52591216fd32b4b6
ARM: Fix STREX/LDREX reecoding

The decoded MCInst wasn't reencoded as the same instruction

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183729 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
test/MC/Disassembler/ARM/arm-LDREXD-reencoding.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/arm-STREXD-reencoding.txt [new file with mode: 0644]