test/lit.cfg: Enable the feature 'asserts' to check output of llc -version.
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2007-08-06-Unsigned.ll
index 1b8dc4dfaaeee1d772a11e058a76f875f5ee5464..ab96243ef1fdffb139fee1e5c665ebdc7bf16d1f 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | opt -scalar-evolution -analyze |& grep "Loop bb: ( -1 + ( -1 *  %x) +  %y) iterations!"
+; RUN: opt < %s -scalar-evolution -analyze | grep {Loop %bb: backedge-taken count is (-1 + (-1 \\* %x) + %y)}
+; PR1597
 
 define i32 @f(i32 %x, i32 %y) {
 entry: