Add the -mcpu= option to llvm-objdump for use with the disassemblers.
[oota-llvm.git] / test / ExecutionEngine / 2003-01-09-SARTest.ll
index 560cd3eae9a2604a4adecfc84012304b81454ec5..ed58e118437769e014f56fb18189c26171336ee7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: lli %s > /dev/null
+; RUN: %lli %s > /dev/null
 
 ; We were accidentally inverting the signedness of right shifts.  Whoops.