summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/omega/wak3-0.c
blob: 06be04aae784efea1e860e9bb14de236cd085b2c (plain)
1
2
3
4
5
6
7
8
for (int c0 = a; c0 <= b + 20; c0 += 1) {
  if (b >= c0)
    s0(c0);
  if (c0 >= a + 10 && b + 10 >= c0)
    s1(c0);
  if (c0 >= a + 20)
    s2(c0);
}
OpenPOWER on IntegriCloud