blob: 65935b2e9ffeebe3dada2cc3c2a4e499e5b4a3a1 [file] [log] [blame]
; RUN: echo 'bar invalidbb' > %t
; RUN: not opt -S -passes=extract-blocks -extract-blocks-file=%t %s 2>&1 | FileCheck %s
; CHECK: Invalid block
define void @bar() {
bb:
ret void
}