Sign in
llvm
/
llvm
/
8924ea3d57d5fdfc11ce7562c3eaf0ce127ebc86
/
.
/
test
/
Verifier
/
2007-12-21-InvokeParamAttrs.ll
blob: c62bc0f4e190f00b41494521c67688211c3969cf [
file
] [
log
] [
blame
]
; RUN: not llvm-as < %s > /dev/null 2>&1
declare
void
@foo
(
i8
*)
define
void
@bar
()
{
invoke
void
@foo
(
i8
*
signext
null
)
to
label
%r
unwind
label
%r
r
:
ret
void
}