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