diff options
Diffstat (limited to 'test/MC/SystemZ/insn-slgf-02.s')
-rw-r--r-- | test/MC/SystemZ/insn-slgf-02.s | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/MC/SystemZ/insn-slgf-02.s b/test/MC/SystemZ/insn-slgf-02.s deleted file mode 100644 index 71a9aa7812e5..000000000000 --- a/test/MC/SystemZ/insn-slgf-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: slgf %r0, -524289 -#CHECK: error: invalid operand -#CHECK: slgf %r0, 524288 - - slgf %r0, -524289 - slgf %r0, 524288 |