X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2FMCJIT%2Ftest-fp-no-external-funcs.ll;h=f094f3d91923c561b9216b93fe14e765df7b2818;hb=aa5b9c0f6f3a99f955fe0ded13d61d7eb4e1a0b5;hp=adb0550a72d7da1cbae6d40cd67106e2b999a445;hpb=9fbb01240448f580f0689fee455c8a19cb44ddde;p=oota-llvm.git diff --git a/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs.ll b/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs.ll index adb0550a72d..f094f3d9192 100644 --- a/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs.ll +++ b/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs.ll @@ -1,4 +1,4 @@ -; RUN: %lli %s > /dev/null +; RUN: %lli_mcjit %s > /dev/null define double @test(double* %DP, double %Arg) { %D = load double* %DP ; [#uses=1]