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
/
stride.c
blob
115b083af6246d1330450c2b55b815bd1f766a1b
1
/* Generated from ./stride.cloog by CLooG 0.18.1-2-g43fc508 gmp bits in 0.00s. */
2
for
(
c1
=
3
;
c1
<=
100
;
c1
++) {
3
if
(
c1
==
25
) {
4
S1
(
25
);
5
}
6
if
(
c1
%
3
==
0
) {
7
S2
(
c1
,(
c1
/
3
));
8
}
9
}