diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-04-13 21:59:01 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-04-13 21:59:01 +0000 |
commit | e8d087ad351258f3db39f41dc595fae4ddb4f318 (patch) | |
tree | d7cc56d6dd8abd01c63836b07d61c3cf63aa21eb /test/MC | |
parent | be0761c8202405cdd33f1103d262c0aa97895a8e (diff) | |
download | external_llvm-e8d087ad351258f3db39f41dc595fae4ddb4f318.zip external_llvm-e8d087ad351258f3db39f41dc595fae4ddb4f318.tar.gz external_llvm-e8d087ad351258f3db39f41dc595fae4ddb4f318.tar.bz2 |
Thumb disassembler did not handle tBRIND (indirect branch) properly.
rdar://problem/9280370
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/Disassembler/ARM/thumb-tests.txt | 3 |
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 04bde41..a304226 100644 --- a/test/MC/Disassembler/ARM/thumb-tests.txt +++ b/test/MC/Disassembler/ARM/thumb-tests.txt @@ -244,3 +244,6 @@ # CHECK: mov.w r3, #4294967295 0x4f 0xf0 0xff 0x33 + +# CHECK: mov pc, sp +0xef 0x46 |