xref: /llvm-project/polly/lib/External/isl/test_inputs/codegen/cloog/union.c (revision 07b209523403d6c0d68c328cb20a8eaf6b51369c)
1 if (M >= 11) {
2   for (int c0 = -100; c0 <= 0; c0 += 1)
3     S1(-c0);
4 } else {
5   for (int c0 = 0; c0 <= 100; c0 += 1)
6     S1(c0);
7 }
8