remove PolyLib backend
[cloog/uuh.git] / test / test.c
blob3c96c60f1f2862484c7ffa02afad99c5599ef3bc
1 /* Generated from ../../../git/cloog/test/test.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.12s. */
2 for (i=1;i<=2;i++) {
3 for (j=1;j<=M;j++) {
4 S1(i,j) ;
7 for (i=3;i<=M-1;i++) {
8 for (j=1;j<=i-1;j++) {
9 S1(i,j) ;
11 S1(i,i) ;
12 S2(i,i) ;
13 for (j=i+1;j<=M;j++) {
14 S1(i,j) ;
17 for (j=1;j<=M-1;j++) {
18 S1(M,j) ;
20 S1(M,M) ;
21 S2(M,M) ;
22 for (i=M+1;i<=N;i++) {
23 for (j=1;j<=M;j++) {
24 S1(i,j) ;
26 S2(i,i) ;