AMDGPU/SI: Add SI Machine Scheduler
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-08-04-LongAddRec.ll
index 775ecc7ca34c90ac44d7fbbf8d6e3e48f66fecff..b296a19716c8bd0eaabbe00a41a628dfdbf153bf 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -analyze -scalar-evolution -disable-output \
-; RUN:   -scalar-evolution-max-iterations=0 | grep -F "Exits: -19168"
+; RUN: opt < %s -analyze -scalar-evolution \
+; RUN:   -scalar-evolution-max-iterations=0 | FileCheck %s
 ; PR2621
 
 define i32 @a() nounwind  {
@@ -54,3 +54,5 @@ bb2:          ; preds = %bb1
        ret i32 %19
 }
 
+; CHECK: Exits: -19168
+