Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
8bc1b3b7e5b9314a7dce38b640f7fdc885d7e574
/
.
/
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
}