commit | 8af43fbca65148054b8b7d218c54ad85c8c4d6aa | [log] [tgz] |
---|---|---|
author | Edward O'Callaghan <eocallaghan@auroraux.org> | Tue Oct 27 14:54:46 2009 +0000 |
committer | Edward O'Callaghan <eocallaghan@auroraux.org> | Tue Oct 27 14:54:46 2009 +0000 |
tree | 7df73d8e5acfdcde5a389f3f13adfcbe604be29b | |
parent | 8f419e24e13ef1e9090c6e96b18da9bb45338ed1 [diff] [blame] |
Convert Analysis tests to FileCheck in regards to PR5307. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85241 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Analysis/ScalarEvolution/2008-08-04-LongAddRec.ll b/test/Analysis/ScalarEvolution/2008-08-04-LongAddRec.ll index 5a28117..f3c703a 100644 --- a/test/Analysis/ScalarEvolution/2008-08-04-LongAddRec.ll +++ b/test/Analysis/ScalarEvolution/2008-08-04-LongAddRec.ll
@@ -1,5 +1,5 @@ ; RUN: opt < %s -analyze -scalar-evolution -disable-output \ -; RUN: -scalar-evolution-max-iterations=0 | grep -F "Exits: -19168" +; RUN: -scalar-evolution-max-iterations=0 | FileCheck %s ; PR2621 define i32 @a() nounwind { @@ -54,3 +54,5 @@ ret i32 %19 } +; CHECK: Exits: -19168 +