summaryrefslogtreecommitdiff
path: root/test/Analysis/LoopDependenceAnalysis
diff options
context:
space:
mode:
authorAndreas Bolka <a@bolka.at>2009-08-07 15:42:32 +0000
committerAndreas Bolka <a@bolka.at>2009-08-07 15:42:32 +0000
commitbdab0e9695b8082a0d656c5e96a35561246bb906 (patch)
tree27af0be0e5a1a1b1ebf3e5e574f7a1c8e37b4420 /test/Analysis/LoopDependenceAnalysis
parent394a1a21a197e27164d6393009e3c8e471e7b7fc (diff)
downloadllvm-bdab0e9695b8082a0d656c5e96a35561246bb906.tar.gz
llvm-bdab0e9695b8082a0d656c5e96a35561246bb906.tar.bz2
llvm-bdab0e9695b8082a0d656c5e96a35561246bb906.tar.xz
Fix Strong-SIV testcase.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78384 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/LoopDependenceAnalysis')
-rw-r--r--test/Analysis/LoopDependenceAnalysis/siv-strong.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/LoopDependenceAnalysis/siv-strong.ll b/test/Analysis/LoopDependenceAnalysis/siv-strong.ll
index c4e0476442..3b9bba5d8e 100644
--- a/test/Analysis/LoopDependenceAnalysis/siv-strong.ll
+++ b/test/Analysis/LoopDependenceAnalysis/siv-strong.ll
@@ -74,7 +74,7 @@ for.body:
; CHECK: 0,2: dep
; CHECK: 1,2: ind
%i.next = add i64 %i, 1
- %exitcond = icmp eq i64 %i.next, 256
+ %exitcond = icmp eq i64 %i.next, 10
br i1 %exitcond, label %for.end, label %for.body
for.end: