X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2FMCJIT%2Fremote%2Ftest-fp-no-external-funcs-remote.ll;h=9d11415c906f959d9d562901af136bd9b547aa91;hb=875710a2fd6b3c4f814961582594bd5c1cdb493a;hp=6bad7a2584196223cabc13299c7fe8be91e8a1cb;hpb=47b7fd54481d25aff90bfe772d54435bbea0908f;p=oota-llvm.git diff --git a/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll b/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll index 6bad7a25841..9d11415c906 100644 --- a/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll +++ b/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll @@ -1,8 +1,6 @@ -; RUN: %lli_mcjit -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null +; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null -; XFAIL: mips - -define double @test(double* %DP, double %Arg) { +define double @test(double* %DP, double %Arg) nounwind { %D = load double* %DP ; [#uses=1] %V = fadd double %D, 1.000000e+00 ; [#uses=2] %W = fsub double %V, %V ; [#uses=3] @@ -14,7 +12,7 @@ define double @test(double* %DP, double %Arg) { ret double %Y } -define i32 @main() { +define i32 @main() nounwind { %X = alloca double ; [#uses=2] store double 0.000000e+00, double* %X call double @test( double* %X, double 2.000000e+00 ) ; :1 [#uses=0]