SamplePGO - Add line offset and discriminator information to sample reports.
[oota-llvm.git] / test / Analysis / ScalarEvolution / do-loop.ll
index d820664e7c4634a3b6cebe43cf87f6db2c05c464..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