summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-01-09 02:16:18 +0000
committerChris Lattner <sabre@nondot.org>2011-01-09 02:16:18 +0000
commita337f5ec5c2b3bd8b0725641c69b508f5dc6f742 (patch)
tree1c661b4aa303e585e593997bddf77e9d6c8513cd /llvm/test/Analysis
parent5d684c17a7bf7c81e955f651a1a8e0391d9499db (diff)
downloadbcm5719-llvm-a337f5ec5c2b3bd8b0725641c69b508f5dc6f742.tar.gz
bcm5719-llvm-a337f5ec5c2b3bd8b0725641c69b508f5dc6f742.zip
reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec's
that have the bit set. llvm-svn: 123104
Diffstat (limited to 'llvm/test/Analysis')
-rw-r--r--llvm/test/Analysis/ScalarEvolution/nsw.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/ScalarEvolution/nsw.ll b/llvm/test/Analysis/ScalarEvolution/nsw.ll
index 456f3f059fe..c4b48ee1c7e 100644
--- a/llvm/test/Analysis/ScalarEvolution/nsw.ll
+++ b/llvm/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.
OpenPOWER on IntegriCloud