blob: 575ed365d6569130ca51c2cae6e00ffaab605702 [file] [log] [blame]
; RUN: llc -mtriple x86_64-unknown-linux-gnu -O0 -fast-isel=true -relocation-model=pic -filetype asm -o - %s | FileCheck %s
declare void @f() local_unnamed_addr #0
define void @g() local_unnamed_addr {
entry:
call void @f()
ret void
}
attributes #0 = { nonlazybind }
; CHECK-LABEL: g:
; CHECK-LABEL: callq *f@GOTPCREL(%rip)
; CHECK-LABEL: retq