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
/
ex1.c
blob
b5584c047ca6ddd61376c86c2af4105f4f099522
1
/* Generated from ../../../git/cloog/test/ex1.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
2
for
(
i
=
0
;
i
<=
14
;
i
++) {
3
for
(
j
=
0
;
j
<=
n
-
15
;
j
++) {
4
S1
(
i
,
j
) ;
5
}
6
}
7
for
(
i
=
15
;
i
<=
n
;
i
++) {
8
for
(
j
=
0
;
j
<=
9
;
j
++) {
9
S1
(
i
,
j
) ;
10
}
11
for
(
j
=
10
;
j
<=
n
-
15
;
j
++) {
12
S1
(
i
,
j
) ;
13
S2
(
i
,
j
) ;
14
}
15
for
(
j
=
n
-
14
;
j
<=
n
;
j
++) {
16
S2
(
i
,
j
) ;
17
}
18
}