Remove AC_CONFIG_MACRO_DIR([m4]).
[cloog-ppl.git] / test / reservoir / fusion2.c.ppl
blob6b0301246b1dec73efc964f5d1a8a8e15dd98cde
1 /* Generated from ././reservoir/fusion2.cloog by CLooG  64 bits in 0.05s. */
2 if ((M >= 1) && (N >= 1)) {
3   for (c4=1;c4<=M;c4++) {
4     if ((c4 >= 1) && (c4 <= M)) {
5       S1(i = 1,j = c4) ;
6     }
7   }
9 if (M >= 1) {
10   for (c2=2;c2<=N;c2++) {
11     for (c4=1;c4<=M;c4++) {
12       if ((c2 >= 2) && (c2 <= N)) {
13         i = c2-1 ;
14         if ((c4 >= 1) && (c4 <= M)) {
15           S2(j = c4) ;
16         }
17       }
18     }
19     for (c4=1;c4<=M;c4++) {
20       if ((c2 >= 2) && (c2 <= N)) {
21         if ((c4 >= 1) && (c4 <= M)) {
22           S1(i = c2,j = c4) ;
23         }
24       }
25     }
26   }
28 if ((M >= 1) && (N >= 1)) {
29   c2 = N+1 ;
30   for (c4=1;c4<=M;c4++) {
31     if ((c4 >= 1) && (c4 <= M)) {
32       S2(i = N,j = c4) ;
33     }
34   }