diff options
author | Owen Anderson <resistor@mac.com> | 2011-08-15 20:12:03 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2011-08-15 20:12:03 +0000 |
commit | bd37b721c84f33cb23683dc81dfe13b43399e5c8 (patch) | |
tree | 98c6c9df2628153f00a2a0a669a9736e9dec65d4 | |
parent | 92be8ab6a410207a097a24dcbf2e2302f6634265 (diff) |
Add testcase for STRH. Patch by James Molloy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137644 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/Disassembler/ARM/arm-tests.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/Disassembler/ARM/arm-tests.txt b/test/MC/Disassembler/ARM/arm-tests.txt index c306a0656b..349ad10155 100644 --- a/test/MC/Disassembler/ARM/arm-tests.txt +++ b/test/MC/Disassembler/ARM/arm-tests.txt @@ -308,3 +308,6 @@ # CHECK: strb r3, [r2], #1 0x01 0x30 0xc2 0xe4 + +# CHECK: strheq r0, [r0, -r0] +0xb0 0x00 0x00 0x01 |