1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -fast-isel -fast-isel-abort=1 | FileCheck %s
3 %0 = type { i64, i32, ptr }
5 define tailcc ptr @"visit_array_aux<`Reference>"(%0 %arg, i32 %arg1) nounwind {
7 %tmp20 = tail call tailcc ptr @"visit_array_aux<`Reference>"(%0 %arg, i32 undef) ; <ptr> [#uses=1]
8 ; CHECK: jmp "_visit_array_aux<`Reference>" ## TAILCALL
12 define i32 @foo() nounwind {
14 %0 = tail call i32 (...) @bar() nounwind ; <i32> [#uses=1]
18 declare i32 @bar(...) nounwind