commit | a08bb49c61d090a9735f331268caba668f13a4d6 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Thu Aug 22 00:51:19 2013 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Thu Aug 22 00:51:19 2013 +0000 |
tree | cb38a3394ef6c3c8aba07598bfbb10da14049f0d | |
parent | a4ff59a7f81f2610b1716318be0a5f5213e684eb [diff] [blame] |
FileCheck-ize tests. llvm-svn: 188971
diff --git a/llvm/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll b/llvm/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll index d0644f7..6ebfa61 100644 --- a/llvm/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll +++ b/llvm/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll
@@ -1,4 +1,6 @@ -; RUN: opt < %s -scalar-evolution -analyze | grep "Loop %header: backedge-taken count is (0 smax %n)" +; RUN: opt < %s -scalar-evolution -analyze | FileCheck %s + +; CHECK: Loop %header: backedge-taken count is (0 smax %n) define void @foo(i32 %n) { entry: