X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2F2003-01-04-ArgumentBug.ll;h=3182193453aef431aa90b9cd2b2b290323596d20;hb=6931055232eb2836dfc3e6dc51f06cee80dadf4b;hp=6a8f07bad5be41de0de840b8cc61a15fabc3b97c;hpb=ceca194c4355224723b309a3a27c5e5bc19cb6fc;p=oota-llvm.git diff --git a/test/ExecutionEngine/2003-01-04-ArgumentBug.ll b/test/ExecutionEngine/2003-01-04-ArgumentBug.ll index 6a8f07bad5b..3182193453a 100644 --- a/test/ExecutionEngine/2003-01-04-ArgumentBug.ll +++ b/test/ExecutionEngine/2003-01-04-ArgumentBug.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s -f -o %t.bc -; RUN: lli %t.bc > /dev/null +; RUN: %lli %s > /dev/null +; XFAIL: arm define i32 @foo(i32 %X, i32 %Y, double %A) { %cond212 = fcmp une double %A, 1.000000e+00 ; [#uses=1]