1 ; RUN: llc < %s -mtriple=armv7-apple-ios | FileCheck %s
2 ; RUN: llc < %s -mtriple=thumbv7-apple-ios | FileCheck %s
5 define i32* @t(i32* %x) nounwind "frame-pointer"="all" {
15 %0 = tail call i32* @foo(i32* %x) nounwind
16 %1 = tail call i32* @foo(i32* %0) nounwind
17 %2 = tail call i32* @foo(i32* %1) nounwind
21 declare i32* @foo(i32*)