[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / ExecutionEngine / OrcMCJIT / cross-module-sm-pic-a.ll
blob9af82e7486fb56097573f8a58602ff97f21c1c76
1 ; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
2 ; XFAIL: mips-, mipsel-, i686, i386
4 declare i32 @FB()
6 define i32 @FA() {
7   ret i32 0
10 define i32 @main() {
11   %r = call i32 @FB( )   ; <i32> [#uses=1]
12   ret i32 %r