diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:04:03 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:04:03 +0000 |
commit | f8af5cf600354830d4ccf59732403f0f073eccb9 (patch) | |
tree | 2ba0398b4c42ad4f55561327538044fd2c925a8b /test/MC/SystemZ/insn-mhy-02.s | |
parent | 59d6cff90eecf31cb3dd860c4e786674cfdd42eb (diff) |
Notes
Diffstat (limited to 'test/MC/SystemZ/insn-mhy-02.s')
-rw-r--r-- | test/MC/SystemZ/insn-mhy-02.s | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/MC/SystemZ/insn-mhy-02.s b/test/MC/SystemZ/insn-mhy-02.s deleted file mode 100644 index bce62f096c187..0000000000000 --- a/test/MC/SystemZ/insn-mhy-02.s +++ /dev/null @@ -1,10 +0,0 @@ -# RUN: not llvm-mc -triple s390x-linux-gnu < %s 2> %t -# RUN: FileCheck < %t %s - -#CHECK: error: invalid operand -#CHECK: mhy %r0, -524289 -#CHECK: error: invalid operand -#CHECK: mhy %r0, 524288 - - mhy %r0, -524289 - mhy %r0, 524288 |