blob: b884bec7a89e15721a6663827dd8bdb323096acb [file] [log] [blame]
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic | FileCheck %s
define void ()* @g() nounwind {
; CHECK-LABEL: g:
; CHECK: # %bb.0: # %entry
; CHECK-NEXT: movq f@{{.*}}(%rip), %rax
; CHECK-NEXT: retq
entry:
ret void ()* @f
}
declare void @f()