Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-107279-dl-coverage-2-coverage-impl
/
.
/
llvm
/
test
/
CodeGen
/
Generic
/
global-ret0.ll
blob: 78586fa6a46155b31e729c7f899e2c0e79ff8bd4 [
file
] [
log
] [
blame
] [
edit
]
; RUN: llc < %s
@g
=
global
i32
0
; <ptr> [#uses=1]
define
i32
@main
()
{
%h
=
load
i32
,
ptr
@g
; <i32> [#uses=1]
ret
i32
%h
}