diff options
| author | Bill Wendling <isanbard@gmail.com> | 2013-08-22 00:51:19 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2013-08-22 00:51:19 +0000 |
| commit | a08bb49c61d090a9735f331268caba668f13a4d6 (patch) | |
| tree | cb38a3394ef6c3c8aba07598bfbb10da14049f0d /llvm/test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll | |
| parent | a4ff59a7f81f2610b1716318be0a5f5213e684eb (diff) | |
| download | bcm5719-llvm-a08bb49c61d090a9735f331268caba668f13a4d6.tar.gz bcm5719-llvm-a08bb49c61d090a9735f331268caba668f13a4d6.zip | |
FileCheck-ize tests.
llvm-svn: 188971
Diffstat (limited to 'llvm/test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll')
| -rw-r--r-- | llvm/test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll | 5 |
1 files changed, 3 insertions, 2 deletions
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 |

