diff --git a/polly/test/Isl/CodeGen/scevcodegen-1.ll b/polly/test/Isl/CodeGen/scevcodegen-1.ll index e87260da7295..02d7ae184b90 100644 --- a/polly/test/Isl/CodeGen/scevcodegen-1.ll +++ b/polly/test/Isl/CodeGen/scevcodegen-1.ll @@ -8,10 +8,10 @@ define void @main() nounwind { .start: %indvar15 = phi i64 [ 0, %.split ], [ %indvar.next16, %.loopexit ] + %tmp25 = add i64 %indvar15, 1 br i1 true, label %.preheader, label %.loop2 .preheader: - %tmp25 = add i64 %indvar15, 1 br label %.loop1 .loop1: