Fix Strong-SIV testcase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78384 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andreas Bolka 2009-08-07 15:42:32 +00:00
parent 394a1a21a1
commit bdab0e9695

View 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: