Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / X86 / ifunc-asm.ll
blob4b380c8ae330135e48f5727a3462f079f5552a74
1 ; RUN: llvm-as < %s -o - | llc -filetype=asm | FileCheck %s
3 target triple = "x86_64-unknown-linux-gnu"
5 define internal ptr @foo_ifunc() {
6 entry:
7   ret ptr null
9 ; CHECK: .type foo_ifunc,@function
10 ; CHECK-NEXT: foo_ifunc:
12 @foo = ifunc i32 (i32), ptr @foo_ifunc
13 ; CHECK:      .type foo,@gnu_indirect_function
14 ; CHECK-NEXT: .set foo, foo_ifunc