Teach ScalarEvolution how to reason about no-wrap flags on loops
[llvm/avr.git] / test / CodeGen / SPARC / 2009-08-28-PIC.ll
blobb763daf480fb32fcd8d1c46b2b4e4e3887c00513
1 ; RUN: llvm-as < %s | llc -march=sparc --relocation-model=pic | grep _GLOBAL_OFFSET_TABLE_
3 @foo = global i32 0                               ; <i32*> [#uses=1]
5 define i32 @func() nounwind readonly {
6 entry:
7   %0 = load i32* @foo, align 4                    ; <i32> [#uses=1]
8   ret i32 %0