isl_ast_build_ast_from_schedule: sort lower and upper bounds of for loops
[isl.git] / test_inputs / codegen / omega / stride1-0.c
blobc65c2e39fbc5e37a79a1c0af24c9b7e258342e22
1 for (int c0 = 3; c0 <= 9; c0 += 3)
2 s0(c0);