Nuke the old JIT.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / 2003-01-09-SARTest.ll
index f76f998328254da11855f7806aa829a14695355a..ed58e118437769e014f56fb18189c26171336ee7 100644 (file)
@@ -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.