[MachineOutliner] Refactor iterating over Candidate's instructions (#78972)
[llvm-project.git] / llvm / test / Assembler / ifunc-dsolocal.ll
blob40819dc49bdfebfaf065a5de31d2afdec7723122
1 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
3 @foo = dso_local ifunc i32 (i32), ptr @foo_ifunc
4 ; CHECK: @foo = dso_local ifunc i32 (i32), ptr @foo_ifunc
6 define internal ptr @foo_ifunc() {
7 entry:
8   ret ptr null