summaryrefslogtreecommitdiff
path: root/test/lux.c.ppl
blob: acc5ca5c1d603b7a605435f34a6b7c332722bdd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Generated from ./lux.cloog by CLooG 0.15 64 bits in 0.02s. */
if (M >= 2) {
  for (l=2;l<=M;l++) {
    S1(i = 1,j = 1,k = M) ;
  }
}
for (i=2;i<=M-1;i++) {
  for (j=1;j<=i-1;j++) {
    for (k=j+1;k<=M;k++) {
      S2(l = k,m = i) ;
    }
  }
  for (l=i+1;l<=M;l++) {
    S1(j = i,k = M) ;
  }
}
if (M >= 2) {
  for (j=1;j<=M-1;j++) {
    for (k=j+1;k<=M;k++) {
      S2(i = M,l = k,m = M) ;
    }
  }
}