Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-12-14-StrideAndSigned.ll
index 8e064c70da9a0ec884edf8f5c465b19f730a4854..bb149193a0f4cba4bd4f339fdb0675dc2c1c107d 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution -disable-output |& \
-; RUN: grep {(((-1 \\* %i0) + (100005 smax %i0)) /u 5)}
+; RUN: opt < %s -analyze -scalar-evolution 2>&1 | \
+; RUN: grep "(((-1 * %i0) + (100005 smax %i0)) /u 5)"
 ; XFAIL: *
 
 define i32 @foo0(i32 %i0) nounwind {