diff options
Diffstat (limited to 'test/MC/SystemZ/insn-ag-02.s')
-rw-r--r-- | test/MC/SystemZ/insn-ag-02.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/MC/SystemZ/insn-ag-02.s b/test/MC/SystemZ/insn-ag-02.s new file mode 100644 index 000000000000..59694cd7d5a7 --- /dev/null +++ b/test/MC/SystemZ/insn-ag-02.s @@ -0,0 +1,10 @@ +# RUN: not llvm-mc -triple s390x-linux-gnu < %s 2> %t +# RUN: FileCheck < %t %s + +#CHECK: error: invalid operand +#CHECK: ag %r0, -524289 +#CHECK: error: invalid operand +#CHECK: ag %r0, 524288 + + ag %r0, -524289 + ag %r0, 524288 |