summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll
blob: 0b8d5eb37adbad2b0eff9dba08d7e1f28e9f783f (plain)
1
2
3
4
5
6
7
declare i32 @FC()

define i32 @FB() nounwind {
  %r = call i32 @FC( )   ; <i32> [#uses=1]
  ret i32 %r
}