1 ; RUN: llc < %s -mtriple=i386-apple-darwin -disable-fp-elim | FileCheck %s -check-prefix=32
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -disable-fp-elim | FileCheck %s -check-prefix=64
4 ; Tail call should not use ebp / rbp after it's popped. Use esp / rsp.
6 define void @t1(i8* nocapture %value) nounwind {
13 %0 = bitcast i8* %value to void ()*
14 tail call void %0() nounwind
18 define void @t2(i32 %a, i8* nocapture %value) nounwind {
25 %0 = bitcast i8* %value to void ()*
26 tail call void %0() nounwind
30 define void @t3(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f, i8* nocapture %value) nounwind {
37 %0 = bitcast i8* %value to void ()*
38 tail call void %0() nounwind
42 define void @t4(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f, i32 %g, i8* nocapture %value) nounwind {
49 %0 = bitcast i8* %value to void ()*
50 tail call void %0() nounwind