aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR/X86/expected-machine-operand.mir
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MIR/X86/expected-machine-operand.mir')
-rw-r--r--test/CodeGen/MIR/X86/expected-machine-operand.mir19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/CodeGen/MIR/X86/expected-machine-operand.mir b/test/CodeGen/MIR/X86/expected-machine-operand.mir
deleted file mode 100644
index 70fff3daa093..000000000000
--- a/test/CodeGen/MIR/X86/expected-machine-operand.mir
+++ /dev/null
@@ -1,19 +0,0 @@
-# RUN: not llc -march=x86-64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
-
---- |
-
- define i32 @foo() {
- entry:
- ret i32 0
- }
-
-...
----
-name: foo
-body: |
- bb.0.entry:
- ; CHECK: [[@LINE+1]]:20: expected a machine operand
- %eax = XOR32rr =
- RETQ %eax
-...
-