Imported Upstream version 0.15.10
[platform/upstream/cloog-isl.git] / test / yosr.c.polylib
1 /* Generated by CLooG v0.10.7 */
2 if (n >= 2) {
3   for (j=2;j<=n;j++) {
4     S1(i = 1) ;
5   }
6 }
7 for (proc=2;proc<=n-1;proc++) {
8   for (i=1;i<=proc-1;i++) {
9     for (j=i+1;j<=n;j++) {
10       S2(k = proc) ;
11     }
12   }
13   for (j=proc+1;j<=n;j++) {
14     S1(i = proc) ;
15   }
16 }
17 if (n >= 2) {
18   for (i=1;i<=n-1;i++) {
19     for (j=i+1;j<=n;j++) {
20       S2(k = n) ;
21     }
22   }
23 }