summaryrefslogtreecommitdiff
path: root/cloog-0.17.0/test/walters2.c
blob: bc31d9ec7d8176f12bd75b6fa735ebe54a733ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Generated from ../../../git/cloog/test/walters2.cloog by CLooG 0.14.0-245-gd8c1718 gmp bits in 0.01s. */
for (i=0;i<=51;i++) {
  S2(0,i);
}
for (j=1;j<=24;j++) {
  S2(j,0);
  for (i=1;i<=50;i++) {
    S1(j,i);
  }
  S2(j,51);
}
for (i=0;i<=51;i++) {
  S2(25,i);
}