blob: f444764e991d2f7dcd79d112f1d5e93448735fd0 [file] [log] [blame]
Volkan Kelesdc40be72018-01-23 21:51:34 +00001; RUN: echo 'bar invalidbb' > %t
2; RUN: not opt -S -extract-blocks -extract-blocks-file=%t %s 2>&1 | FileCheck %s
3
4; CHECK: Invalid block
5define void @bar() {
6bb:
7 ret void
8}
9