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-1-2.c
blob
9bd902e9571e0e1716584887f3157fc91bf25691
1
/* Generated from /home/skimo/git/cloog/test/lineality-1-2.cloog by CLooG 0.14.0-284-g5c046c9 gmp bits in 0.00s. */
2
for
(
i
=
1
;
i
<=
M
;
i
++) {
3
for
(
j
=
1
;
j
<=
i
-
1
;
j
++) {
4
S1
(
i
,
j
);
5
}
6
S1
(
i
,
i
);
7
S2
(
i
,
i
);
8
for
(
j
=
i
+
1
;
j
<=
M
;
j
++) {
9
S1
(
i
,
j
);
10
}
11
}