summaryrefslogtreecommitdiff
path: root/cloog-0.17.0/test/reservoir/lim-lam6.c
blob: 05baff17c8d03b76e2abe5ad4fb57072ac7a6401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Generated from ../../../git/cloog/test/./reservoir/lim-lam6.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
if (M >= 1) {
  for (c2=0;c2<=M;c2++) {
    for (c4=1;c4<=M;c4++) {
      S1(c2,c4) ;
    }
  }
  for (c2=0;c2<=M;c2++) {
    for (c4=1;c4<=M;c4++) {
      S2(c4,c2) ;
    }
  }
}