repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
Verifier
/
2007-12-21-InvokeParamAttrs.ll
blob
fa176e289d0f2cd98ee9434621fc92ac706aa3b9
1
; RUN: not llvm-as < %s > /dev/null 2>&1
2
3
declare void @foo(ptr)
4
5
define void @bar() {
6
invoke void @foo(ptr signext null)
7
to label %r unwind label %r
8
r:
9
ret void
10
}