aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2011-02-28 18:46:31 +0000
committerKevin Enderby <enderby@apple.com>2011-02-28 18:46:31 +0000
commitd436d5b1c993c78b6c267b5fc1056d593f07921f (patch)
tree9099ce71b0aafe1fcf145601786919ee1a8d8148 /test/MC
parentc24ab5c654debe47d5693e287d4dc2e151c0ba0e (diff)
downloadexternal_llvm-d436d5b1c993c78b6c267b5fc1056d593f07921f.zip
external_llvm-d436d5b1c993c78b6c267b5fc1056d593f07921f.tar.gz
external_llvm-d436d5b1c993c78b6c267b5fc1056d593f07921f.tar.bz2
Fix the arm's disassembler for blx that was building an MCInst without the
needed two predicate operands before the imm operand. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126662 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/Disassembler/ARM/thumb-tests.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/Disassembler/ARM/thumb-tests.txt b/test/MC/Disassembler/ARM/thumb-tests.txt
index 6dab123..36f7438 100644
--- a/test/MC/Disassembler/ARM/thumb-tests.txt
+++ b/test/MC/Disassembler/ARM/thumb-tests.txt
@@ -118,3 +118,6 @@
# CHECK: msr cpsr_fc, r0
0x80 0xf3 0x00 0x89
+
+# CHECK: blx #0
+0xff 0xf7 0xfe 0xef