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