summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/dwt.c
blob: 52adb5d6e0d6d01170c4654d6723c5fe7d7f174f (plain)
1
2
3
4
5
6
7
8
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