1 ; Scalar replacement was incorrectly promoting this alloca!!
3 ; RUN: opt < %s -scalarrepl -S | \
4 ; RUN: sed {s/;.*//g} | grep {\\\[}
7 %A = alloca [30 x i8] ; <[30 x i8]*> [#uses=1]
8 %B = getelementptr [30 x i8]* %A, i64 0, i64 0 ; <i8*> [#uses=2]
9 %C = getelementptr i8* %B, i64 1 ; <i8*> [#uses=1]