Nuke the old JIT.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / 2003-01-09-SARTest.ll
index f3c88adf84355da9724e73c20f92e7ffb4ca9c43..ed58e118437769e014f56fb18189c26171336ee7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli -mtriple=%mcjit_triple -use-mcjit %s > /dev/null
+; RUN: %lli %s > /dev/null
 
 ; We were accidentally inverting the signedness of right shifts.  Whoops.