summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/empty.c
blob: 020573503a77b6898f1147feff73f1dda107dbb5 (plain)
1
2
3
4
5
6
for (int c0 = 0; c0 <= 10; c0 += 1) {
  S0(c0);
  S1(c0);
  if (c0 == 5)
    S2();
}
OpenPOWER on IntegriCloud