brintos

brintos / llvm-project-archived public Read only

0
0
Text · 342 B · ef3a111 Raw
14 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic | FileCheck %s3 4define ptr @g() nounwind {5; CHECK-LABEL: g:6; CHECK:       # %bb.0: # %entry7; CHECK-NEXT:    movq f@GOTPCREL(%rip), %rax8; CHECK-NEXT:    retq9entry:10	ret ptr @f11}12 13declare void @f()14