[Types] Define a getWithNewBitWidth for Types and make use of it
[llvm-complete.git] / test / ExecutionEngine / MCJIT / remote / simpletest-remote.ll
blob83ad7d1d93946b179e7302e6fec1c5beda042310
1 ; RUN: %lli -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