XFAIL test/CodeGen/Generic/MachineBranchProb.ll on Hexagon (PR23377)
[oota-llvm.git] / test / CodeGen / Generic / 2010-11-04-BigByval.ll
1 ; RUN: llc < %s
2 ; PR7170
3
4 %big = type [131072 x i8]
5
6 declare void @foo(%big* byval align 1)
7
8 define void @bar(%big* byval align 1 %x) {
9   call void @foo(%big* byval align 1 %x)
10   ret void
11 }