Sign in
swiftshader
/
SwiftShader
/
1e7120e4c296e645eeaecbca4aa6adbc3b5b616f
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
ExecutionEngine
/
OrcMCJIT
/
remote
/
Inputs
/
multi-module-b.ll
blob: 0b8d5eb37adbad2b0eff9dba08d7e1f28e9f783f [
file
] [
log
] [
blame
]
declare
i32
@FC
()
define
i32
@FB
()
nounwind
{
%r
=
call
i32
@FC
(
)
; <i32> [#uses=1]
ret
i32
%r
}