Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / ExecutionEngine / MCJIT / remote / multi-module-a.ll
blob4d44a52ec9844a2630c8979ea8e2f32730b63e1a
1 ; RUN: %lli -jit-kind=mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
2 ; REQUIRES: thread_support
3 ; XFAIL: target={{.*-windows-(gnu|msvc)}}
4 ; UNSUPPORTED: target=powerpc64-unknown-linux-gnu
5 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
7 declare i32 @FB()
9 define i32 @main() nounwind {
10   %r = call i32 @FB( )   ; <i32> [#uses=1]
11   ret i32 %r