summaryrefslogtreecommitdiff
path: root/test/MC
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-04-13 17:51:02 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-04-13 17:51:02 +0000
commit119af20c7b9d6aaae6941d5fc88392efe92eb9f1 (patch)
tree1ed7f5c846f6d5a92fa73427206b45a302aee770 /test/MC
parent6e3ccc3c85b960afd843288b701d08756add8e79 (diff)
downloadllvm-119af20c7b9d6aaae6941d5fc88392efe92eb9f1.tar.gz
llvm-119af20c7b9d6aaae6941d5fc88392efe92eb9f1.tar.bz2
llvm-119af20c7b9d6aaae6941d5fc88392efe92eb9f1.tar.xz
Fix a bug where for t2MOVCCi disassembly, the TIED_TO register operand was not properly handled.
rdar://problem/9276427 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129456 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 ce447b61c7..4151e0c40b 100644
--- a/test/MC/Disassembler/ARM/thumb-tests.txt
+++ b/test/MC/Disassembler/ARM/thumb-tests.txt
@@ -241,3 +241,6 @@
# CHECK: rfedb lr
0x1e 0xe8 0x00 0xc0
+
+# CHECK: mov.w r3, #4294967295
+0x4f 0xf0 0xff 0x33