summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/omega/basics-0.c
blob: 53995e9e89edb457416b169bf161c4ead48510c2 (plain)
1
2
3
4
5
6
7
8
{
  for (int c0 = 5; c0 <= 8; c0 += 1)
    s0(c0);
  for (int c0 = 10; c0 <= 16; c0 += 2)
    s0(c0);
  for (int c0 = 20; c0 <= 25; c0 += 1)
    s0(c0);
}
OpenPOWER on IntegriCloud