summaryrefslogtreecommitdiffstats
path: root/test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-08-22 00:51:19 +0000
committerBill Wendling <isanbard@gmail.com>2013-08-22 00:51:19 +0000
commit3c3ee1f8acb288e38790eca3825f101fd70c2a6b (patch)
treeda1002ca51356c01e4a01fdb758ddf64a32d33d9 /test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll
parente2a48fbd9d1ec8bebb5b10cf8770d716f8bdda28 (diff)
downloadexternal_llvm-3c3ee1f8acb288e38790eca3825f101fd70c2a6b.zip
external_llvm-3c3ee1f8acb288e38790eca3825f101fd70c2a6b.tar.gz
external_llvm-3c3ee1f8acb288e38790eca3825f101fd70c2a6b.tar.bz2
FileCheck-ize tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188971 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll')
-rw-r--r--test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll b/test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll
index 82f2608..f19d18c 100644
--- a/test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll
+++ b/test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll
@@ -1,6 +1,9 @@
-; RUN: opt < %s -analyze -scalar-evolution | not grep "/u -1"
+; RUN: opt < %s -analyze -scalar-evolution | FileCheck %s
; PR3275
+; CHECK: Printing analysis 'Scalar Evolution Analysis' for function 'func_15'
+; CHECK-NOT: /u -1
+
@g_16 = external global i16 ; <i16*> [#uses=3]
@.str = external constant [4 x i8] ; <[4 x i8]*> [#uses=0]