repo.or.cz
/
cloog.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Get rid of the warning about ignoring the return value of fgets
[cloog.git]
/
test
/
lineality-2-1-2.c
blob
630c1d4bc45985d6fd6ed71a87f808ca4430210d
1
/* Generated from ./lineality-2-1-2.cloog by CLooG 0.18.1-2-g43fc508 gmp bits in 0.00s. */
2
for
(
i
=
1
;
i
<=
M
;
i
++) {
3
for
(
j
=
1
;
j
<=
min
(
M
,
i
+
1
);
j
++) {
4
S1
(
i
,
j
);
5
}
6
if
(
i
>=
M
-
1
) {
7
S2
(
i
,(
i
+
2
));
8
}
9
if
(
i
<=
M
-
2
) {
10
S1
(
i
,(
i
+
2
));
11
S2
(
i
,(
i
+
2
));
12
}
13
for
(
j
=
i
+
3
;
j
<=
M
;
j
++) {
14
S1
(
i
,
j
);
15
}
16
}