Close list item tag, to conform with the style in this file. It's optional
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-02-12-SMAXTripCount.ll
index 292ea99b6b5d3be69c3cb744798ce5c7e6126719..cd3a80f791948f972b966cc25231ae262669d8e3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -scalar-evolution -analyze | grep {Loop loop: ( 100 + ( -100 smax  %n)) iterations!}
+; RUN: llvm-as < %s | opt -scalar-evolution -analyze | grep {Loop loop: backedge-taken count is (100 + (-100 smax %n))}
 ; PR2002
 
 define void @foo(i8 %n) {