Get rid of the warning about ignoring the return value of fgets
[cloog/uuh.git] / test / logopar.c
blob0b2c8f9f4d6219fc0d933c14287d665f94e54012
1 /* Generated from /home/skimo/git/cloog/test/logopar.cloog by CLooG 0.14.0-284-g5c046c9 gmp bits in 0.00s. */
2 for (j=0;j<=m;j++) {
3 S1(1,j);
5 for (i=2;i<=n;i++) {
6 for (j=0;j<=i-2;j++) {
7 S2(i,j);
9 for (j=i-1;j<=n;j++) {
10 S1(i,j);
11 S2(i,j);
13 for (j=n+1;j<=m;j++) {
14 S1(i,j);
17 for (i=n+1;i<=m+1;i++) {
18 for (j=i-1;j<=m;j++) {
19 S1(i,j);