18 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s3 4define i32 @f() nounwind {5; CHECK-LABEL: f:6; CHECK: # %bb.0:7; CHECK-NEXT: pushq %rax8; CHECK-NEXT: movl $1, %edi9; CHECK-NEXT: callq t@PLT10; CHECK-NEXT: xorl %eax, %eax11; CHECK-NEXT: popq %rcx12; CHECK-NEXT: retq13 tail call void @t( i32 1 ) nounwind14 ret i32 015}16 17declare void @t(i32)18