blob: ac9a12b3e44dc3f293e92a1d863a7ecef0e71025 [file] [log] [blame]
Matthias Braun538859c2016-07-16 02:24:59 +00001# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
Alex Lorenz8a1915b2015-07-27 22:42:41 +00002
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...