blob: a2ba0d02d45c274f1d25c15da4fe7029c9002112 [file] [log] [blame]
Benjamin Kramer90869452009-10-12 09:31:55 +00001; RUN: llc -march=sparc --relocation-model=pic < %s | grep _GLOBAL_OFFSET_TABLE_
Chris Lattnerdb486a62009-09-15 17:46:24 +00002
3@foo = global i32 0 ; <i32*> [#uses=1]
4
5define i32 @func() nounwind readonly {
6entry:
7 %0 = load i32* @foo, align 4 ; <i32> [#uses=1]
8 ret i32 %0
9}