turn on "equality spreading" (esp) by default
[cloog/uuh.git] / test / polylib / gauss.c
blob250af39a715a521b2469f18fd8f59ffad75647c5
1 /* Generated from ../../../git/cloog/test/gauss.cloog by CLooG 0.14.0-135-g7671e98 gmp bits in 0.02s. */
2 if (M >= 2) {
3 for (c2=2;c2<=M;c2++) {
4 for (j=2;j<=M;j++) {
5 S2(i = 1,k = c2) ;
8 for (c1=2;c1<=M-1;c1++) {
9 for (c2=c1+1;c2<=M;c2++) {
10 for (j=1;j<=c1-1;j++) {
11 S1(i = c1,k = c2) ;
13 for (j=c1+1;j<=M;j++) {
14 S2(i = c1,k = c2) ;