[RewriteStatepointsForGC] Preprocess the IR to remove unreachable blocks and single...
[oota-llvm.git] / test / Analysis / ScalarEvolution / do-loop.ll
index f8d7da7c9a0a95b58e84d0e948f25a4f5c2aed55..e35ea7d57e3a5dfb4937081206df6651e1159c57 100644 (file)
@@ -1,6 +1,8 @@
-; RUN: opt < %s -analyze -scalar-evolution -disable-output | grep smax
+; RUN: opt < %s -analyze -scalar-evolution | FileCheck %s
 ; PR1614
 
+; CHECK: smax
+
 define i32 @f(i32 %x, i32 %y) {
 entry:
        br label %bb