diff options
author | Chris Lattner <sabre@nondot.org> | 2011-01-09 02:16:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-01-09 02:16:18 +0000 |
commit | f1859891b7bef1ac8d5cea100f152aeb5783c3b3 (patch) | |
tree | b6f86efd6be7dd16a7b0335b834b9f06759ad1fa /test/Analysis | |
parent | 75fbd3793f130386f917bdc9f139c4f7fa04175f (diff) | |
download | external_llvm-f1859891b7bef1ac8d5cea100f152aeb5783c3b3.zip external_llvm-f1859891b7bef1ac8d5cea100f152aeb5783c3b3.tar.gz external_llvm-f1859891b7bef1ac8d5cea100f152aeb5783c3b3.tar.bz2 |
reduce indentation. Print <nuw> and <nsw> 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
Diffstat (limited to 'test/Analysis')
-rw-r--r-- | test/Analysis/ScalarEvolution/nsw.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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. |