Fix http://gcc.gnu.org/PR42181 correct cloog_domain_sort.
[cloog-ppl.git] / test / mode.c.ppl
blob81465ab27b250843d59902021969c6b539c84e5b
1 /* Generated from ./mode.cloog by CLooG 0.15 64 bits in 0.01s. */
2 for (i=0;i<=min(M,N-1);i++) {
3   for (j=0;j<=i;j++) {
4     S1 ;
5     S2 ;
6   }
7   for (j=i+1;j<=N;j++) {
8     S2 ;
9   }
11 if ((M >= N) && (N >= 0)) {
12   for (j=0;j<=N;j++) {
13     S1(i = N) ;
14     S2(i = N) ;
15   }
17 if (N >= 0) {
18   for (i=N+1;i<=M;i++) {
19     for (j=0;j<=N;j++) {
20       S1 ;
21       S2 ;
22     }
23     for (j=N+1;j<=i;j++) {
24       S1 ;
25     }
26   }
28 if (N <= -1) {
29   for (i=0;i<=M;i++) {
30     for (j=0;j<=i;j++) {
31       S1 ;
32     }
33   }