[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / ifunc-asm.ll
blobef3f5b32ad1f5e53f1e9627d7104546f72774a39
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,@function
14 ; CHECK-NEXT: .type foo,@gnu_indirect_function
15 ; CHECK-NEXT: .set foo, foo_ifunc