summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/component7.c
blob: ca0a0def20ebeec57945f08771e6ec7cad106ac0 (plain)
1
2
3
4
5
6
{
  S();
  for (int c0 = 0; c0 < K; c0 += 32)
    for (int c1 = c0; c1 <= min(K - 1, c0 + 31); c1 += 1)
      T(c1);
}
OpenPOWER on IntegriCloud