Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / ExecutionEngine / MCJIT / remote / simpletest-remote.ll
blob4042b31584cbbde72ac3158833d452ed0cec7519
1 ; RUN: %lli -jit-kind=mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
2 ; XFAIL: target={{.*-windows-(gnu|msvc)}}
3 ; REQUIRES: thread_support
4 ; UNSUPPORTED: target=powerpc64-unknown-linux-gnu
5 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
7 define i32 @bar() nounwind {
8         ret i32 0
11 define i32 @main() nounwind {
12         %r = call i32 @bar( )           ; <i32> [#uses=1]
13         ret i32 %r