Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
afa08b51a65fd3e945cb752281f7ad5f02c4fa29
/
.
/
test
/
CodeGen
/
SPARC
/
2009-08-28-PIC.ll
blob: b763daf480fb32fcd8d1c46b2b4e4e3887c00513 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llc -march=sparc --relocation-model=pic | grep _GLOBAL_OFFSET_TABLE_
@foo
=
global
i32
0
; <i32*> [#uses=1]
define
i32
@func
()
nounwind
readonly
{
entry
:
%0
=
load
i32
*
@foo
,
align
4
; <i32> [#uses=1]
ret
i32
%0
}