-disable-output is no longer needed with -analyze.
[oota-llvm.git] / test / Transforms / IndVarSimplify / 2006-03-31-NegativeStride.ll
index 82e1a6b56bfdd1b0dbf7cfc262bfa16060747e6d..1bbc63108086b94c7c3be6ef7ba68c4c918d1a88 100644 (file)
@@ -1,5 +1,5 @@
 ; PR726
-; RUN: opt %s -indvars -S | \
+; RUN: opt %s -indvars -S | \
 ; RUN:   grep {ret i32 27}
 
 ; Make sure to compute the right exit value based on negative strides.