summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-nill.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/Disassembler/SystemZ/insn-nill.txt')
-rw-r--r--test/MC/Disassembler/SystemZ/insn-nill.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/MC/Disassembler/SystemZ/insn-nill.txt b/test/MC/Disassembler/SystemZ/insn-nill.txt
deleted file mode 100644
index e79984444e..0000000000
--- a/test/MC/Disassembler/SystemZ/insn-nill.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-# RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
-# CHECK: nill %r0, 0
-0xa5 0x07 0x00 0x00
-
-# CHECK: nill %r0, 32768
-0xa5 0x07 0x80 0x00
-
-# CHECK: nill %r0, 65535
-0xa5 0x07 0xff 0xff
-
-# CHECK: nill %r15, 0
-0xa5 0xf7 0x00 0x00