ported Constraints2Polyhedron.
[cloog-ppl.git] / test / iftest2.c.ppl
bloba3b7685f3cf98d9115119f804db6865c8eb8579a
1 /* Generated from ./iftest2.cloog by CLooG  64 bits in 0.02s. */
2 if (M >= 1) {
3   for (i=1;i<=N;i++) {
4     for (j=1;j<=M;j++) {
5       if (i <= 2*M) {
6         S1 ;
7       }
8       if (i >= max(2*M+1,M)) {
9         S1 ;
10       }
11     }
12   }