repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation tests. NFC
[llvm-core.git]
/
test
/
Transforms
/
BlockExtractor
/
invalid-line.ll
blob
7e409d35916f9d0f15c165c1a903cdde47756496
1
; RUN: echo 'foo' > %t
2
; RUN: not opt -S -extract-blocks -extract-blocks-file=%t %s 2>&1 | FileCheck %s
3
4
; CHECK: Invalid line
5
define void @bar() {
6
bb:
7
ret void
8
}
9