AMDGPU/SI: Add SI Machine Scheduler
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-08-04-LongAddRec.ll
index 5a28117eb60b1215235a8f0551c7e65c48ae0ab4..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
+