diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll b/llvm/test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll index f76f9983282..ed58e118437 100644 --- a/llvm/test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll +++ b/llvm/test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll @@ -1,4 +1,4 @@ -; RUN: %lli_mcjit %s > /dev/null +; RUN: %lli %s > /dev/null ; We were accidentally inverting the signedness of right shifts. Whoops. |