MIR Serialization: Change MIR syntax - use custom syntax for MBBs.
[oota-llvm.git] / test / CodeGen / MIR / Generic / llvmIRMissing.mir
1 # RUN: llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s
2 # This test ensures that the MIR parser accepts files without the LLVM IR.
3
4 ---
5 # CHECK: name: foo
6 name: foo
7 body: |
8   bb.0:
9 ...