For each polyhedral lib backend, add an expected output for each testcase.
[cloog-ppl.git] / test / gauss.c.ppl
blobd9897471fab7d4021790bc3f1ccede674241877d
1 /* Generated by CLooG v0.10.7 */
2 if (M >= 2) {
3   for (c2=2;c2<=M;c2++) {
4     for (j=2;j<=M;j++) {
5       S2(i = 1,k = c2) ;
6     }
7   }
9 for (c1=2;c1<=M-1;c1++) {
10   for (c2=c1+1;c2<=M;c2++) {
11     for (j=1;j<=c1-1;j++) {
12       S1(i = c1,k = c2) ;
13     }
14     for (j=c1+1;j<=M;j++) {
15       S2(i = c1,k = c2) ;
16     }
17   }