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=89106b5b2aa372dd17bd2bca71451c88851a2086;hpb=5edf210bdf0964193f059cc48464f3ea5c9e9e09;p=oota-llvm.git diff --git a/test/ExecutionEngine/2003-01-04-ArgumentBug.ll b/test/ExecutionEngine/2003-01-04-ArgumentBug.ll index 89106b5b2aa..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]