X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2Ftest-fp.ll;h=c9064500d475ad25afe86f35427cbc7c4446b95a;hb=22939fa0a4d8e139b14fb0d8c915bb45ce53600e;hp=bb7936101bd14de8313c35e364d17be5f53626d5;hpb=4f5716ab88269a396e98ce1426372221534dcb6a;p=oota-llvm.git diff --git a/test/ExecutionEngine/test-fp.ll b/test/ExecutionEngine/test-fp.ll index bb7936101bd..c9064500d47 100644 --- a/test/ExecutionEngine/test-fp.ll +++ b/test/ExecutionEngine/test-fp.ll @@ -1,6 +1,5 @@ -; RUN: lli %s > /dev/null +; RUN: %lli %s > /dev/null ; XFAIL: arm -; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed. define double @test(double* %DP, double %Arg) { %D = load double* %DP ; [#uses=1]