Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-11-18-LessThanOrEqual.ll
index 0651fd85487fe0322b283eea302b4c04a9a28c98..c25e4a3b2b23ece8a627c585d39e0c33c4d49751 100644 (file)
@@ -1,6 +1,5 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& \
-; RUN: grep {Loop bb: backedge-taken count is (7 + (-1 \\* %argc))}
-; XFAIL: *
+; RUN: opt < %s -analyze -scalar-evolution 2>&1 | \
+; RUN: grep "Loop %bb: backedge-taken count is (7 + (-1 \* %argc))"
 
 define i32 @main(i32 %argc, i8** %argv) nounwind {
 entry: