summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-alfi.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/Disassembler/SystemZ/insn-alfi.txt')
-rw-r--r--test/MC/Disassembler/SystemZ/insn-alfi.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/MC/Disassembler/SystemZ/insn-alfi.txt b/test/MC/Disassembler/SystemZ/insn-alfi.txt
deleted file mode 100644
index 29aec98635..0000000000
--- a/test/MC/Disassembler/SystemZ/insn-alfi.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
-# CHECK: alfi %r0, 0
-0xc2 0x0b 0x00 0x00 0x00 0x00
-
-# CHECK: alfi %r0, 4294967295
-0xc2 0x0b 0xff 0xff 0xff 0xff
-
-# CHECK: alfi %r15, 0
-0xc2 0xfb 0x00 0x00 0x00 0x00