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