[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / pic-local.ll
blob163d3ea438d0627a5dc4950e21a1e9ac908a3518
1 ; RUN: llc -march=hexagon -mcpu=hexagonv5 -relocation-model=pic < %s | FileCheck %s
3 define private void @f1() {
4   ret void
7 define internal void @f2() {
8   ret void
11 define ptr @get_f1() {
12   ; CHECK:  r0 = add(pc,##.Lf1@PCREL)
13   ret ptr @f1
16 define ptr @get_f2() {
17   ; CHECK: r0 = add(pc,##f2@PCREL)
18   ret ptr @f2