1# RUN: llc -run-pass=greedy -debug-pass=Arguments -o - %s 2>&1 | FileCheck %s
2
3# Check that passes are initialized correctly, so that it's possible to
4# use -run-pass.
5
6---
7# CHECK: name: foo
8name: foo
9body: |
10  bb.0:
11...
12