1/* Generated from ../../../git/cloog/test/yosr.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
2if (n >= 2) {
3  for (j=2;j<=n;j++) {
4    S1(1,j) ;
5  }
6  for (proc=2;proc<=n-1;proc++) {
7    for (i=1;i<=proc-1;i++) {
8      for (j=i+1;j<=n;j++) {
9        S2(i,j,proc) ;
10      }
11    }
12    for (j=proc+1;j<=n;j++) {
13      S1(proc,j) ;
14    }
15  }
16  for (i=1;i<=n-1;i++) {
17    for (j=i+1;j<=n;j++) {
18      S2(i,j,n) ;
19    }
20  }
21}
22