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-oihf-02.s | |
parent | 59d6cff90eecf31cb3dd860c4e786674cfdd42eb (diff) | |
download | src-f8af5cf600354830d4ccf59732403f0f073eccb9.tar.gz src-f8af5cf600354830d4ccf59732403f0f073eccb9.zip |
Notes
Diffstat (limited to 'test/MC/SystemZ/insn-oihf-02.s')
-rw-r--r-- | test/MC/SystemZ/insn-oihf-02.s | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/MC/SystemZ/insn-oihf-02.s b/test/MC/SystemZ/insn-oihf-02.s deleted file mode 100644 index a944cb013cd4..000000000000 --- a/test/MC/SystemZ/insn-oihf-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: oihf %r0, -1 -#CHECK: error: invalid operand -#CHECK: oihf %r0, 1 << 32 - - oihf %r0, -1 - oihf %r0, 1 << 32 |