Fix http://gcc.gnu.org/PR42181 correct cloog_domain_sort.
[cloog-ppl.git] / test / multi-mm-1.c.ppl
blob307910966b01990a4e13f5cc8ab33208297e61e7
1 /* Generated from ./multi-mm-1.cloog by CLooG 0.15 64 bits in 0.01s. */
2 for (i=0;i<=N;i++) {
3   for (j=0;j<=i;j++) {
4     S1 ;
5     S2 ;
6   }
8 for (i=N+1;i<=M;i++) {
9   for (j=0;j<=N;j++) {
10     S1 ;
11     S2 ;
12   }
13   for (j=N+1;j<=i;j++) {
14     S1 ;
15   }