diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/ifunc-asm.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/ifunc-asm.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/ifunc-asm.ll b/llvm/test/CodeGen/X86/ifunc-asm.ll index ef3f5b32ad1..c1604882f3c 100644 --- a/llvm/test/CodeGen/X86/ifunc-asm.ll +++ b/llvm/test/CodeGen/X86/ifunc-asm.ll @@ -10,6 +10,5 @@ entry: ; CHECK-NEXT: foo_ifunc: @foo = ifunc i32 (i32), i64 ()* @foo_ifunc -; CHECK: .type foo,@function -; CHECK-NEXT: .type foo,@gnu_indirect_function +; CHECK: .type foo,@gnu_indirect_function ; CHECK-NEXT: .set foo, foo_ifunc |