When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / CodeGen / CBackend / 2007-01-15-NamedArrayType.ll
blob8a5f2532e701f944807bb87dfc77a13500d0e76e
1 ; PR918
2 ; RUN: llc < %s -march=c | not grep {l_structtype_s l_fixarray_array3}
4 %structtype_s = type { i32 }
5 %fixarray_array3 = type [3 x %structtype_s]
7 define i32 @witness(%fixarray_array3* %p) {
8     %q = getelementptr %fixarray_array3* %p, i32 0, i32 0, i32 0
9     %v = load i32* %q
10     ret i32 %v