summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/cloog/infinite2.c
blob: bbb6d6e750a1c4a6885fcad94bfa544c9309d0c2 (plain)
1
2
3
4
5
6
7
8
9
{
  for (int c0 = 1; c0 <= N; c0 += 1) {
    S1(c0);
    for (int c1 = 1; c1 <= M; c1 += 1)
      S2(c0, c1);
  }
  for (int c0 = N + 1; 1; c0 += 1)
    S1(c0);
}
OpenPOWER on IntegriCloud