From a08bb49c61d090a9735f331268caba668f13a4d6 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 22 Aug 2013 00:51:19 +0000 Subject: FileCheck-ize tests. llvm-svn: 188971 --- llvm/test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'llvm/test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll') diff --git a/llvm/test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll b/llvm/test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll index 56a83438830..74698795ca3 100644 --- a/llvm/test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll +++ b/llvm/test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll @@ -1,5 +1,6 @@ -; RUN: opt < %s -analyze -scalar-evolution \ -; RUN: | grep "Loop %bb: Unpredictable backedge-taken count\." +; RUN: opt < %s -analyze -scalar-evolution | FileCheck %s + +; CHECK: Loop %bb: Unpredictable backedge-taken count. ; ScalarEvolution can't compute a trip count because it doesn't know if ; dividing by the stride will have a remainder. This could theoretically -- cgit v1.2.3