isl_transitive_closure.c: add_length: reuse increment
[isl.git] / test_inputs / codegen / filter.c
blobc326fa875d035b7913459dcddf7aa48a061a8024
1 if (n >= m + 1) {
2 for (int c0 = 0; c0 < n; c0 += 1)
3 for (int c2 = 0; c2 < n; c2 += 1)
4 A(c0, c2);
5 } else {
6 for (int c0 = 0; c0 < n; c0 += 1)
7 for (int c2 = 0; c2 < n; c2 += 1)
8 A(c0, c2);