Reapply r165661, Patch by Shuxin Yang <shuxin.llvm@gmail.com>.
[oota-llvm.git] / test / ExecutionEngine / 2003-01-09-SARTest.ll
index eeb432679244d8297bf29af50adb2457d6030f05..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.