diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/ARM/thumb.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/ARM/thumb.s b/test/MC/ARM/thumb.s index 2db97c3..3d58521 100644 --- a/test/MC/ARM/thumb.s +++ b/test/MC/ARM/thumb.s @@ -32,3 +32,6 @@ @ CHECK: uxth r3, r6 @ encoding: [0xb3,0xb2] uxtb r3, r6 uxth r3, r6 + +@ CHECK: ldr r3, [r1, r2] @ encoding: [0x8b,0x58] + ldr r3, [r1, r2] |