remove cpp option (defaulting to true)
[cloog/uuh.git] / test / polylib / square+triangle-1-1-2-3.c
blobc87ebea4780034749bc70cd46764f0c69a6c8077
1 /* Generated from ../../../git/cloog/test/square+triangle-1-1-2-3.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
2 for (j=1;j<=M;j++) {
3 S1(1,j) ;
5 for (i=2;i<=M-1;i++) {
6 S1(i,1) ;
7 for (j=2;j<=i;j++) {
8 S1(i,j) ;
9 S2(i,j) ;
11 for (j=i+1;j<=M;j++) {
12 S1(i,j) ;
15 if (M >= 2) {
16 S1(M,1) ;
17 for (j=2;j<=M;j++) {
18 S1(M,j) ;
19 S2(M,j) ;