blob: c2d418ac50ef58f9683d383feda0e300385914d2 [file] [log] [blame]
; RUN: llc < %s
%Env = type i8*
define void @.main(%Env) gc "shadow-stack" {
%Root = alloca %Env
call void @llvm.gcroot( %Env* %Root, %Env null )
unreachable
}
declare void @llvm.gcroot(%Env*, %Env)