summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/cloog/reservoir-fusion1.c
blob: d586ebae9c0ad1f2b9fa4612beca17a8ba266ebf (plain)
1
2
3
4
5
6
7
8
{
  for (int c0 = 0; c0 <= M; c0 += 1)
    S1(c0);
  for (int c0 = 1; c0 <= M; c0 += 1)
    S2(c0);
  for (int c0 = 0; c0 <= M; c0 += 1)
    S3(c0);
}
OpenPOWER on IntegriCloud