isl_aff_normalize: plug in divs with unit coefficient in other divs
[isl.git] / test_inputs / codegen / cloog / largeur.c
blobfaced0a55735fb0071402f7f459883f86037da44
1 for (int c0 = 1; c0 <= M; c0 += 1)
2 for (int c1 = 1; c1 <= c0; c1 += 1)
3 S1(c1, c0);