replace CLooG test cases with schedule tree versions
[isl.git] / test_inputs / codegen / cloog / reservoir-lim-lam6.c
blob39e4538371575b6546e6733942e1e18306b6074c
2 for (int c0 = 0; c0 <= M; c0 += 1)
3 for (int c1 = 1; c1 <= M; c1 += 1)
4 S1(c0, c1);
5 for (int c0 = 0; c0 <= M; c0 += 1)
6 for (int c1 = 1; c1 <= M; c1 += 1)
7 S2(c1, c0);