[LoopAccesses] Properly print whether memchecks are needed
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-11-18-LessThanOrEqual.ll
index 5de246e52cfd903f696d3e81d7a1c00b6cdddf8e..46c6c59e92c529bf01ff4fbf2cda9ddd77394668 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& \
-; RUN: grep {Loop bb: (7 + (-1 \\* %argc)) iterations!}
-; XFAIL: *
+; RUN: opt < %s -analyze -scalar-evolution 2>&1 | FileCheck %s
+
+; CHECK: Loop %bb: backedge-taken count is (7 + (-1 * %argc))
 
 define i32 @main(i32 %argc, i8** %argv) nounwind {
 entry: