MC: Stop restarting layout on every relaxation.
[oota-llvm.git] / test / ExecutionEngine / 2003-01-09-SARTest.ll
index a9df7f2036b634e669a7c6c111a184df5af10312..81478972d57f795bca566ea37539499ef0ee67ef 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
 ; RUN: lli %t.bc > /dev/null
 
 ; We were accidentally inverting the signedness of right shifts.  Whoops.