Sign in
ara-mdk
/
platform
/
external
/
llvm
/
2d4629c5d7dcc6582fa7b85a517744f1a3654eba
/
.
/
test
/
CodeGen
/
Generic
/
global-ret0.ll
blob: 74bff876f882446577a5dc6f6bb4d9c5a4334525 [
file
] [
log
] [
blame
]
; RUN: llc < %s
@g
=
global
i32
0
; <i32*> [#uses=1]
define
i32
@main
()
{
%h
=
load
i32
*
@g
; <i32> [#uses=1]
ret
i32
%h
}