summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/cloog/union.c
blob: 6dc0a9b877fc1f8529ba7b728d1a26a1f327e6ec (plain)
1
2
3
4
5
6
if (M >= 11) {
  for (int c0 = -100; c0 <= 0; c0 += 1)
    S1(-c0);
} else
  for (int c0 = 0; c0 <= 100; c0 += 1)
    S1(c0);
OpenPOWER on IntegriCloud