isl_ast_build_ast_from_schedule: sort lower and upper bounds of for loops
[isl.git] / test_inputs / codegen / cloog / min-4-1.c
blobda272fc291fad528bbb04c4392f30217c902b436
1 for (int c0 = max(-M, -N); c0 <= min(N, O); c0 += 1)
2 S1(c0);