summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/BlockExtractor/invalid-line.ll
blob: 7e409d35916f9d0f15c165c1a903cdde47756496 (plain)
1
2
3
4
5
6
7
8
9
; RUN: echo 'foo' > %t
; RUN: not opt -S -extract-blocks -extract-blocks-file=%t %s 2>&1 | FileCheck %s

; CHECK: Invalid line
define void @bar() {
bb:
  ret void
}

OpenPOWER on IntegriCloud