From bd37b721c84f33cb23683dc81dfe13b43399e5c8 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Mon, 15 Aug 2011 20:12:03 +0000 Subject: [PATCH] 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 --- test/MC/Disassembler/ARM/arm-tests.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/MC/Disassembler/ARM/arm-tests.txt b/test/MC/Disassembler/ARM/arm-tests.txt index c306a0656b0..349ad101559 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 -- 2.34.1