diff options
Diffstat (limited to 'llvm/test/MC/ARM/ldrd-strd-gnu-bad-inst.s')
-rw-r--r-- | llvm/test/MC/ARM/ldrd-strd-gnu-bad-inst.s | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/test/MC/ARM/ldrd-strd-gnu-bad-inst.s b/llvm/test/MC/ARM/ldrd-strd-gnu-bad-inst.s index 49c7eb12a91..e080538eeac 100644 --- a/llvm/test/MC/ARM/ldrd-strd-gnu-bad-inst.s +++ b/llvm/test/MC/ARM/ldrd-strd-gnu-bad-inst.s @@ -2,26 +2,26 @@ .text .thumb -@ CHECK: error: invalid instruction +@ CHECK: error: too few operands for instruction strd -@ CHECK: error: invalid instruction +@ CHECK: error: too few operands for instruction ldrd -@ CHECK: error: invalid instruction +@ CHECK: error: too few operands for instruction strd r0 -@ CHECK: error: invalid instruction +@ CHECK: error: too few operands for instruction ldrd r0 @ CHECK: error: invalid instruction strd s0, [r0] @ CHECK: error: invalid instruction ldrd s0, [r0] .arm -@ CHECK: error: invalid instruction +@ CHECK: error: too few operands for instruction strd -@ CHECK: error: invalid instruction +@ CHECK: error: too few operands for instruction ldrd -@ CHECK: error: invalid instruction +@ CHECK: error: too few operands for instruction strd r0 -@ CHECK: error: invalid instruction +@ CHECK: error: too few operands for instruction ldrd r0 @ CHECK: error: invalid instruction strd s0, [r0] |