1 ; RUN: opt < %s -basic-aa -gvn -instcombine -S | FileCheck %s
3 @G = external constant [4 x i32]
5 define i32 @test(i8* %p, i32 %i) nounwind {
7 %P = getelementptr [4 x i32], [4 x i32]* @G, i32 0, i32 %i
10 %B = load i32, i32* %P
15 ; CHECK: define i32 @test(i8* %p, i32 %i) #0 {
17 ; CHECK-NEXT: store i8 4, i8* %p, align 1
18 ; CHECK-NEXT: ret i32 0