Nuke the old JIT.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / remote / test-fp-no-external-funcs-remote.ll
index 8eec0f2298852ee15791893ce5d0267bb2b4dbf3..9d11415c906f959d9d562901af136bd9b547aa91 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
+; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
 
 define double @test(double* %DP, double %Arg) nounwind {
        %D = load double* %DP           ; <double> [#uses=1]