[mlir][tensor] fix typo in pad tiling comment
[llvm-project.git] / polly / lib / External / isl / test_inputs / codegen / cloog / reservoir-fusion1.c
blob2296fdc03a1e0062ef08fa4856acb9267da36aab
1 for (int c0 = 0; c0 <= M; c0 += 1)
2 S1(c0);
3 for (int c0 = 1; c0 <= M; c0 += 1)
4 S2(c0);
5 for (int c0 = 0; c0 <= M; c0 += 1)
6 S3(c0);