isl_basic_map_gist: drop irrelevant constraints from the context
[isl.git] / test_inputs / codegen / cloog / donotsimp.c
blob4c482e2997ee4231f3f6a65af21d16bf00e4dea8
1 for (int c1 = 1; c1 <= 10; c1 += 1) {
2 for (int c3 = 1; c3 <= c1; c3 += 1)
3 S1(c1, c3);
4 for (int c3 = 11; c3 <= M; c3 += 1)
5 S2(c1, c3);