Sign in
swiftshader
/
SwiftShader
/
ee16f0de07d4b02a81c1c9ac716d631e67f487fc
/
.
/
src
/
LLVM
/
test
/
CodeGen
/
Generic
/
global-ret0.ll
blob: 0838372b88a89deceb296997a06a377db3ad7148 [
file
]
; RUN: llc < %s
@g
=
global
i32
0
; <i32*> [#uses=1]
define
i32
@main
()
{
%h
=
load
i32
*
@g
; <i32> [#uses=1]
ret
i32
%h
}