[ARM] Cortex-M4 schedule additions
[llvm-complete.git] / test / CodeGen / Generic / 2010-11-04-BigByval.ll
blobdf2ca4c18a0590847b810d5997c8c692d02f1757
1 ; RUN: llc < %s
2 ; PR7170
4 %big = type [131072 x i8]
6 declare void @foo(%big* byval align 1)
8 define void @bar(%big* byval align 1 %x) {
9   call void @foo(%big* byval align 1 %x)
10   ret void