summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-01-09 23:52:31 +0000
committerChris Lattner <sabre@nondot.org>2011-01-09 23:52:31 +0000
commit1032965cbe2473db27b2f6667ebfecc345f122b2 (patch)
treec21a234a7f669c60087054350e10c8c7beb508f0 /llvm/test/Analysis
parent5b358c682566ba4b4e7aa5b4614c15c2a1072a89 (diff)
downloadbcm5719-llvm-1032965cbe2473db27b2f6667ebfecc345f122b2.tar.gz
bcm5719-llvm-1032965cbe2473db27b2f6667ebfecc345f122b2.zip
add a testcase I missed in previous commit.
llvm-svn: 123143
Diffstat (limited to 'llvm/test/Analysis')
-rw-r--r--llvm/test/Analysis/ScalarEvolution/nsw.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Analysis/ScalarEvolution/nsw.ll b/llvm/test/Analysis/ScalarEvolution/nsw.ll
index 530ed39ac1c..62a61cb636d 100644
--- a/llvm/test/Analysis/ScalarEvolution/nsw.ll
+++ b/llvm/test/Analysis/ScalarEvolution/nsw.ll
@@ -75,4 +75,6 @@ for.cond.for.end_crit_edge.i.i: ; preds = %for.body.i.i
_ZSt4fillIPiiEvT_S1_RKT0_.exit: ; preds = %entry, %for.cond.for.end_crit_edge.i.i
ret void
+
+; CHECK: Loop %for.body.i.i: backedge-taken count is ((-4 + (-1 * %begin) + %end) /u 4)
}
OpenPOWER on IntegriCloud