[ARM] Cortex-M4 schedule additions
[llvm-complete.git] / test / CodeGen / MIR / Generic / machine-basic-block-ir-block-reference.mir
blobcf095537bebdc7880ae7e03a3749071e3fad5114
1 # RUN: llc -run-pass none -o - %s | FileCheck %s
2 # This test ensures that the MIR parser preserves unnamed LLVM IR block
3 # references.
5 --- |
7   define i32 @foo() {
8     ret i32 0
9   }
11 ...
12 ---
13 name:            foo
14 body: |
15   ; CHECK: bb.0 (%ir-block.0):
16   bb.0 (%ir-block.0):
17 ...