repo.or.cz
/
cloog-ppl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
include conditionally ppl_c.h
[cloog-ppl.git]
/
test
/
min-3-1.c
blob
45b78f597925c4ee54431677e4650e4e4610df49
1
/* Generated by CLooG v0.10.7 */
2
for
(
i
=
0
;
i
<=
min
(
10
,
M
);
i
++) {
3
for
(
j
=
0
;
j
<=
min
(
10
,
M
);
j
++) {
4
S1
;
5
}
6
}