blob: df559f852ec06163ccaf029e8110eab5216366ce [file] [log] [blame]
Alex Lorenz8a1915b2015-07-27 22:42:41 +00001# 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---
11name: foo
Alex Lorenz5022f6b2015-08-13 23:10:16 +000012body: |
13 ; CHECK: [[@LINE+1]]:9: use of undefined IR block '%ir-block.10'
14 bb.0 (%ir-block.10):
Alex Lorenz8a1915b2015-07-27 22:42:41 +000015...