1 ; RUN: llc < %s -relocation-model=pic -mtriple=sparc | FileCheck %s
3 @value = external global i32
5 define i32 @test() nounwind {
6 ; CHECK: ld [%i0+value], %i0
8 %0 = load i32, ptr @value
12 !llvm.module.flags = !{!0}
14 !0 = !{i32 7, !"PIC Level", i32 1}