Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
.
/
llvm
/
test
/
Verifier
/
2007-12-21-InvokeParamAttrs.ll
blob: 709b47b33daa1e7511adf6133d95171ec0964d0d [
file
] [
log
] [
blame
]
; RUN: not llvm-as < %s >& /dev/null
declare
void
@foo
(
i8
*)
define
void
@bar
()
{
invoke
void
@foo
(
i8
*
signext
null
)
to
label
%r
unwind
label
%r
r
:
ret
void
}