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