summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/unroll8.c
blob: b3ca142d944c70daa58f2a4a17996c8e66ac6905 (plain)
1
2
3
4
5
6
for (int c0 = 0; c0 <= 99; c0 += 1) {
  A(c0, 0);
  A(c0, 1);
  B(c0, 0);
  B(c0, 1);
}
OpenPOWER on IntegriCloud