isl_ast_build_ast_from_schedule: use "<" if upper bound has negative constant
[isl.git] / test_inputs / codegen / cloog / forwardsub-1-1-2.c
blob45fe75ef3727c664a06d432140fb226bf6caa7a5
2 S3(1, 1);
3 for (int c0 = 2; c0 <= M; c0 += 1) {
4 S1(c0, 1);
5 for (int c1 = 2; c1 < c0; c1 += 1)
6 S2(c0, c1);
7 S4(c0, c0);