aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR/Generic/runPass.mir
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MIR/Generic/runPass.mir')
-rw-r--r--test/CodeGen/MIR/Generic/runPass.mir11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/MIR/Generic/runPass.mir b/test/CodeGen/MIR/Generic/runPass.mir
deleted file mode 100644
index eeef9d526510..000000000000
--- a/test/CodeGen/MIR/Generic/runPass.mir
+++ /dev/null
@@ -1,11 +0,0 @@
-# RUN: llc -run-pass=greedy -debug-pass=Arguments -o - %s | FileCheck %s
-
-# Check that passes are initialized correctly, so that it's possible to
-# use -run-pass.
-
----
-# CHECK: name: foo
-name: foo
-body: |
- bb.0:
-...