repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixing
[llvm.git]
/
test
/
Verifier
/
2007-12-21-InvokeParamAttrs.ll
blob
709b47b33daa1e7511adf6133d95171ec0964d0d
1
; RUN: not llvm-as < %s >& /dev/null
2
3
declare void @foo(i8*)
4
5
define void @bar() {
6
invoke void @foo(i8* signext null)
7
to label %r unwind label %r
8
r:
9
ret void
10
}