[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Assembler / ifunc-dsolocal.ll
blob63242cb3f24fbd7b1c95b93034fc2f9fe77b40b2
1 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
3 @foo = dso_local ifunc i32 (i32), i64 ()* @foo_ifunc
4 ; CHECK: @foo = dso_local ifunc i32 (i32), i64 ()* @foo_ifunc
6 define internal i64 @foo_ifunc() {
7 entry:
8   ret i64 0