1 ; RUN: llc < %s -mtriple=i386-apple-darwin9 | FileCheck %s -check-prefix=X86
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s -check-prefix=X64
4 %struct.p = type { i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 }
6 define i32 @f(ptr byval(%struct.p) align 4 %q) nounwind ssp {
13 %call = tail call i32 @g(ptr byval(%struct.p) align 4 %q) nounwind
17 declare i32 @g(ptr byval(%struct.p) align 4)
19 define i32 @h(ptr byval(%struct.p) align 4 %q, i32 %r) nounwind ssp {
27 %call = tail call i32 @i(ptr byval(%struct.p) align 4 %q, i32 %r) nounwind
31 declare i32 @i(ptr byval(%struct.p) align 4, i32)