[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / X86 / x86-64-pic-9.ll
blob9d0ddc4c86600e572da57998e2cb500402240686
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic | FileCheck %s
4 define ptr @g() nounwind {
5 ; CHECK-LABEL: g:
6 ; CHECK:       # %bb.0: # %entry
7 ; CHECK-NEXT:    leaq f(%rip), %rax
8 ; CHECK-NEXT:    retq
9 entry:
10         ret ptr @f
13 define internal void @f() nounwind {
14 ; CHECK-LABEL: f:
15 ; CHECK:       # %bb.0: # %entry
16 ; CHECK-NEXT:    retq
17 entry:
18         ret void