diff options
Diffstat (limited to 'test/ExecutionEngine/2003-01-04-ArgumentBug.ll')
-rw-r--r-- | test/ExecutionEngine/2003-01-04-ArgumentBug.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ExecutionEngine/2003-01-04-ArgumentBug.ll b/test/ExecutionEngine/2003-01-04-ArgumentBug.ll index 577226b..0cc0efd 100644 --- a/test/ExecutionEngine/2003-01-04-ArgumentBug.ll +++ b/test/ExecutionEngine/2003-01-04-ArgumentBug.ll @@ -1,5 +1,6 @@ -; RUN: lli %s > /dev/null +; RUN: %lli %s > /dev/null ; XFAIL: arm +; XFAIL: mcjit define i32 @foo(i32 %X, i32 %Y, double %A) { %cond212 = fcmp une double %A, 1.000000e+00 ; <i1> [#uses=1] |