From f1859891b7bef1ac8d5cea100f152aeb5783c3b3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 9 Jan 2011 02:16:18 +0000 Subject: reduce indentation. Print and when dumping SCEV AddRec's that have the bit set. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123104 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/ScalarEvolution/nsw.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Analysis') diff --git a/test/Analysis/ScalarEvolution/nsw.ll b/test/Analysis/ScalarEvolution/nsw.ll index 456f3f0..c4b48ee 100644 --- a/test/Analysis/ScalarEvolution/nsw.ll +++ b/test/Analysis/ScalarEvolution/nsw.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -analyze -scalar-evolution | grep { --> {.*,+,.*}<%bb>} | count 8 +; RUN: opt < %s -analyze -scalar-evolution | grep { --> {.*,+,.*}.*<%bb>} | count 8 ; The addrecs in this loop are analyzable only by using nsw information. -- cgit v1.1