Sign in
swiftshader
/
SwiftShader
/
1e7120e4c296e645eeaecbca4aa6adbc3b5b616f
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
Assembler
/
ifunc-dsolocal.ll
blob: 63242cb3f24fbd7b1c95b93034fc2f9fe77b40b2 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
@foo
=
dso_local
ifunc
i32
(
i32
),
i64
()*
@foo_ifunc
; CHECK: @foo = dso_local ifunc i32 (i32), i64 ()* @foo_ifunc
define
internal
i64
@foo_ifunc
()
{
entry
:
ret
i64
0
}