[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / ExecutionEngine / OrcMCJIT / remote / simpletest-remote.ll
blobe7a846eab821a9e895e910c61e2322c241c9e2fc
1 ; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
2 ; XFAIL: windows-gnu,windows-msvc
3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
6 define i32 @bar() nounwind {
7         ret i32 0
10 define i32 @main() nounwind {
11         %r = call i32 @bar( )           ; <i32> [#uses=1]
12         ret i32 %r