aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR/Generic/machine-function-missing-body.mir
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MIR/Generic/machine-function-missing-body.mir')
-rw-r--r--test/CodeGen/MIR/Generic/machine-function-missing-body.mir15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/CodeGen/MIR/Generic/machine-function-missing-body.mir b/test/CodeGen/MIR/Generic/machine-function-missing-body.mir
deleted file mode 100644
index 0fd970c3af7c..000000000000
--- a/test/CodeGen/MIR/Generic/machine-function-missing-body.mir
+++ /dev/null
@@ -1,15 +0,0 @@
-# RUN: llc -run-pass none -o - %s | FileCheck %s
-# This test ensures that the MIR parser accepts files with llvm IR but
-# no machine function body.
-
---- |
- ; CHECK: define i32 @foo()
- define i32 @foo() {
- ret i32 0
- }
-
-...
----
-# CHECK: name: foo
-name: foo
-...