summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/dwt.c
blob: a4de6714a087ea6b80166ee448667a3ef02adc01 (plain)
1
2
3
4
5
6
7
8
9
for (int c0 = 0; c0 < Ncl; c0 += 1) {
  if (Ncl >= c0 + 2 && c0 >= 1) {
    S(c0, 28);
  } else if (c0 == 0) {
    S(0, 26);
  } else {
    S(Ncl - 1, 27);
  }
}
OpenPOWER on IntegriCloud