[InstCombine] Signed saturation patterns
[llvm-core.git] / test / CodeGen / X86 / ifunc-asm.ll
blobc1604882f3c2ac3b86c53be93357432af44c8911
1 ; RUN: llvm-as < %s -o - | llc -filetype=asm | FileCheck %s
3 target triple = "x86_64-unknown-linux-gnu"
5 define internal i64 @foo_ifunc() {
6 entry:
7   ret i64 0
9 ; CHECK: .type foo_ifunc,@function
10 ; CHECK-NEXT: foo_ifunc:
12 @foo = ifunc i32 (i32), i64 ()* @foo_ifunc
13 ; CHECK:      .type foo,@gnu_indirect_function
14 ; CHECK-NEXT: .set foo, foo_ifunc