diff options
| -rw-r--r-- | llvm/test/Analysis/LoopDependenceAnalysis/siv-strong.ll | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/LoopDependenceAnalysis/siv-strong.ll b/llvm/test/Analysis/LoopDependenceAnalysis/siv-strong.ll index c4e0476442f..3b9bba5d8e2 100644 --- a/llvm/test/Analysis/LoopDependenceAnalysis/siv-strong.ll +++ b/llvm/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:  | 

