summaryrefslogtreecommitdiff
path: root/test/Analysis/ScalarEvolution
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-01-11 09:20:44 +0000
committerEric Christopher <echristo@apple.com>2011-01-11 09:20:44 +0000
commit48eec43fdb0f79b6e10677a3c74d6faa51edd897 (patch)
treef8e1e7a82796bea849b2c2f8a71eb925cb35502f /test/Analysis/ScalarEvolution
parent76020ed6f33e3b3943b25c8b5e111afece086f5c (diff)
downloadllvm-48eec43fdb0f79b6e10677a3c74d6faa51edd897.tar.gz
llvm-48eec43fdb0f79b6e10677a3c74d6faa51edd897.tar.bz2
llvm-48eec43fdb0f79b6e10677a3c74d6faa51edd897.tar.xz
Revert the testcase from the previous reverted commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123227 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/ScalarEvolution')
-rw-r--r--test/Analysis/ScalarEvolution/nsw.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Analysis/ScalarEvolution/nsw.ll b/test/Analysis/ScalarEvolution/nsw.ll
index 62a61cb636..530ed39ac1 100644
--- a/test/Analysis/ScalarEvolution/nsw.ll
+++ b/test/Analysis/ScalarEvolution/nsw.ll
@@ -75,6 +75,4 @@ 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)
}