diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-03-25 00:17:42 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-03-25 00:17:42 +0000 |
| commit | ef74e9ab409bd75c3679caae72bf233aa1faae49 (patch) | |
| tree | 404aad36d6d79c5aedcc34bf221c11f65e4acee0 /test | |
| parent | 8c13335c9ad8b558e548e81a5adbd958f1e04753 (diff) | |
delegate the disassembly of t2ADR to the more generic t2ADDri12/t2SUBri12 instructions, and add a test case for that.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128249 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
| -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 ae28082dec..22b1da792b 100644 --- a/test/MC/Disassembler/ARM/thumb-tests.txt +++ b/test/MC/Disassembler/ARM/thumb-tests.txt @@ -148,3 +148,6 @@ # CHECK: ldmia r5!, {r0, r1, r2, r3, r4} 0x1f 0xcd + +# CHECK: addw r0, pc, #1050 +0x0f 0xf2 0x1a 0x40 |
