Fix Strong-SIV testcase.
authorAndreas Bolka <a@bolka.at>
Fri, 7 Aug 2009 15:42:32 +0000 (15:42 +0000)
committerAndreas Bolka <a@bolka.at>
Fri, 7 Aug 2009 15:42:32 +0000 (15:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78384 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/LoopDependenceAnalysis/siv-strong.ll

index c4e0476442fffc966a9c2d6d3e2b51913542bbf5..3b9bba5d8e27706128915a1eef524120647643fb 100644 (file)
@@ -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: