diff options
Diffstat (limited to 'test/MC/SystemZ/insn-msgr-01.s')
-rw-r--r-- | test/MC/SystemZ/insn-msgr-01.s | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/MC/SystemZ/insn-msgr-01.s b/test/MC/SystemZ/insn-msgr-01.s deleted file mode 100644 index 0b9cd360c8fe..000000000000 --- a/test/MC/SystemZ/insn-msgr-01.s +++ /dev/null @@ -1,11 +0,0 @@ -# RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s - -#CHECK: msgr %r0, %r0 # encoding: [0xb9,0x0c,0x00,0x00] -#CHECK: msgr %r0, %r15 # encoding: [0xb9,0x0c,0x00,0x0f] -#CHECK: msgr %r15, %r0 # encoding: [0xb9,0x0c,0x00,0xf0] -#CHECK: msgr %r7, %r8 # encoding: [0xb9,0x0c,0x00,0x78] - - msgr %r0,%r0 - msgr %r0,%r15 - msgr %r15,%r0 - msgr %r7,%r8 |