Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/18.0-2024-02-13
/
.
/
llvm
/
test
/
CodeGen
/
X86
/
GC
/
fat.ll
blob: 9c1144f20e041a8a9178c293c56aa138108ba3bc [
file
] [
log
] [
blame
]
; RUN: not llvm-as < %s > /dev/null 2>&1
declare
void
@llvm.gcroot
(
ptr
,
ptr
)
nounwind
define
void
@f
()
gc
"x"
{
%st
=
alloca
{
ptr
,
i1
}
; <ptr> [#uses=1]
call
void
@llvm.gcroot
(
ptr
%st
,
ptr
null
)
ret
void
}