repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs in register stack pass.
[llvm/zpu.git]
/
test
/
CodeGen
/
SPARC
/
2009-08-28-PIC.ll
blob
a2ba0d02d45c274f1d25c15da4fe7029c9002112
1
; RUN: llc -march=sparc --relocation-model=pic < %s | grep _GLOBAL_OFFSET_TABLE_
2
3
@foo = global i32 0 ; <i32*> [#uses=1]
4
5
define i32 @func() nounwind readonly {
6
entry:
7
%0 = load i32* @foo, align 4 ; <i32> [#uses=1]
8
ret i32 %0
9
}