Move generic MIR tests in their own subdir, requires "native" as well
[oota-llvm.git] / test / CodeGen / MIR / Generic / machine-basic-block-undefined-ir-block.mir
1 # RUN: not llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
2
3 --- |
4
5   define i32 @foo() {
6     ret i32 0
7   }
8
9 ...
10 ---
11 name:            foo
12 body:
13  - id:           0
14 # CHECK: [[@LINE+1]]:19: use of undefined IR block '%ir-block.10'
15    ir-block:     '%ir-block.10'
16 ...