Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / CodeGen / PowerPC / LargeAbsoluteAddr.ll
blob0f7acacbfac9d162d8d937b0503541b789db9db4
1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | \
2 ; RUN:   grep {stw r3, 32751}
3 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
4 ; RUN:   grep {stw r3, 32751}
5 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
6 ; RUN:   grep {std r2, 9024}
8 define void @test() {
9         store i32 0, i32* inttoptr (i64 48725999 to i32*)
10         ret void
13 define void @test2() {
14         store i64 0, i64* inttoptr (i64 74560 to i64*)
15         ret void