add backend independent functions for creating CloogDomains and CloogScatterings
[cloog/uuh.git] / test / polylib / iftest2.c
blob8d0446ddfce48e09c96a3aff640e96a2ff2013bf
1 /* Generated from ../../../git/cloog/test/iftest2.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.00s. */
2 if ((M >= 1) && (N >= 1)) {
3 for (i=1;i<=N;i++) {
4 for (j=1;j<=M;j++) {
5 if (i <= 2*M) {
6 S1(i,j) ;
8 if (i >= max(M,2*M+1)) {
9 S1(i,j) ;