Fix http://gcc.gnu.org/PR43012
[cloog-ppl.git] / test / lux.c.ppl
blob3f0deb6a40ae656d4e0893b2bc1001a2a5be5fef
1 /* Generated from ./lux.cloog by CLooG 0.15 64 bits in 0.04s. */
2 if (M >= 2) {
3   for (l=2;l<=M;l++) {
4     S1(i = 1,j = 1,k = M) ;
5   }
7 for (i=2;i<=M-1;i++) {
8   for (j=1;j<=i-1;j++) {
9     for (k=j+1;k<=M;k++) {
10       S2(l = k,m = i) ;
11     }
12   }
13   for (l=i+1;l<=M;l++) {
14     S1(j = i,k = M) ;
15   }
17 if (M >= 2) {
18   for (j=1;j<=M-1;j++) {
19     for (k=j+1;k<=M;k++) {
20       S2(i = M,l = k,m = M) ;
21     }
22   }