summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/cloog/youcef.c
blob: 1bc7ffd0524a4c8552d40564245c95a1e54d8162 (plain)
1
2
3
4
5
6
for (int c0 = 0; c0 <= 5; c0 += 1) {
  S1(c0, c0);
  for (int c1 = c0; c1 <= 5; c1 += 1)
    S2(c0, c1);
  S3(c0, 5);
}
OpenPOWER on IntegriCloud