Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
09b51c348c9966bb6472f509bcf790ca98f8150c
/
.
/
test
/
Verifier
/
gcroot-alloca.ll
blob: c44321a065b024984d68fbfc0b6e33757553fe45 [
file
] [
log
] [
blame
]
; RUN: not llvm-as < %s
; PR1633
%meta
=
type
{
i8
*
}
%obj
=
type
{
%meta
*
}
declare
void
@llvm.gcroot
(
%obj
**,
%meta
*)
define
void
@f
()
{
entry
:
call
void
@llvm.gcroot
(
%obj
**
null
,
%meta
*
null
)
ret
void
}