summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2007-01-15-NamedArrayType.ll
blob: 8a5f2532e701f944807bb87dfc77a13500d0e76e (plain)
1
2
3
4
5
6
7
8
9
10
11
; PR918
; RUN: llc < %s -march=c | not grep {l_structtype_s l_fixarray_array3}

%structtype_s = type { i32 }
%fixarray_array3 = type [3 x %structtype_s]

define i32 @witness(%fixarray_array3* %p) {
    %q = getelementptr %fixarray_array3* %p, i32 0, i32 0, i32 0
    %v = load i32* %q
    ret i32 %v
}
OpenPOWER on IntegriCloud