1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s
4 define i32 @f() nounwind {
7 ; CHECK-NEXT: pushq %rax
8 ; CHECK-NEXT: movl $1, %edi
9 ; CHECK-NEXT: callq t@PLT
10 ; CHECK-NEXT: xorl %eax, %eax
11 ; CHECK-NEXT: popq %rcx
13 tail call void @t( i32 1 ) nounwind