buildtools/isl/test_inputs/codegen/cloog/reservoir-pingali4.c
2014-01-27 21:38:34 +01:00

9 lines
192 B
C

{
for (int c1 = 1; c1 <= M; c1 += 1)
for (int c3 = 1; c3 <= M; c3 += 1)
S1(c1, c3);
for (int c1 = 1; c1 <= M; c1 += 1)
for (int c3 = 1; c3 <= M; c3 += 1)
S2(c1, c3);
}