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