1 ; DISABLE: llc -march=mipsel < %s | FileCheck %s
7 ; CHECK-NEXT: .cprestore
9 ; CHECK-NEXT: .set nomacro
11 %struct.S = type { [16384 x i32] }
13 define void @foo2() nounwind {
15 %s = alloca %struct.S, align 4
16 call void @foo1(ptr byval(%struct.S) %s)
20 declare void @foo1(ptr byval(%struct.S))