Old testcase
[oota-llvm.git] / test / Transforms / ScalarRepl / 2003-05-30-InvalidIndices.ll
1 ; RUN: as < %s | opt -scalarrepl
2
3 void %main() {
4         %E = alloca { { int, float, double, long }, { int, float, double, long } }              ; <{ { int, float, double, long }, { int, float, double, long } }*> [#uses=1]
5         %tmp.151 = getelementptr { { int, float, double, long }, { int, float, double, long } }* %E, long 0, ubyte 1, ubyte 3           ; <long*> [#uses=0]
6         ret void
7 }