summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/ldrd-strd-gnu-arm-bad-imm.s
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/ARM/ldrd-strd-gnu-arm-bad-imm.s')
-rw-r--r--llvm/test/MC/ARM/ldrd-strd-gnu-arm-bad-imm.s8
1 files changed, 6 insertions, 2 deletions
diff --git a/llvm/test/MC/ARM/ldrd-strd-gnu-arm-bad-imm.s b/llvm/test/MC/ARM/ldrd-strd-gnu-arm-bad-imm.s
index fbe459c4168..0475a361a9a 100644
--- a/llvm/test/MC/ARM/ldrd-strd-gnu-arm-bad-imm.s
+++ b/llvm/test/MC/ARM/ldrd-strd-gnu-arm-bad-imm.s
@@ -1,9 +1,13 @@
@ RUN: not llvm-mc -triple=armv7-linux-gnueabi %s 2>&1 | FileCheck %s
.text
-@ CHECK: error: instruction requires: thumb2
+@ CHECK: error: invalid instruction, any one of the following would fix this:
@ CHECK: ldrd r0, [r0, #512]
+@ CHECK: note: invalid operand for instruction
+@ CHECK: note: instruction requires: thumb2
ldrd r0, [r0, #512]
-@ CHECK: error: instruction requires: thumb2
+@ CHECK: error: invalid instruction, any one of the following would fix this:
@ CHECK: strd r0, [r0, #512]
+@ CHECK: note: invalid operand for instruction
+@ CHECK: note: instruction requires: thumb2
strd r0, [r0, #512]
OpenPOWER on IntegriCloud