SamplePGO - Add line offset and discriminator information to sample reports.
[oota-llvm.git] / test / Analysis / ScalarEvolution / do-loop.ll
index c6b3298638b1b0df9056f8f232e15fc204d63c41..e35ea7d57e3a5dfb4937081206df6651e1159c57 100644 (file)
@@ -1,6 +1,8 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep smax
+; RUN: opt < %s -analyze -scalar-evolution | FileCheck %s
 ; PR1614
 
+; CHECK: smax
+
 define i32 @f(i32 %x, i32 %y) {
 entry:
        br label %bb