summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/cloog/param-split.c
blob: a9d97124b52b02790da3600d3ad7de9b9d2a137f (plain)
1
2
3
4
5
6
for (int c0 = 0; c0 <= max(0, M); c0 += 1) {
  if (M >= c0)
    S1(c0);
  if (c0 == 0)
    S2(0);
}
OpenPOWER on IntegriCloud