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
remove ppl vs polylib check.
[cloog-ppl.git]
/
test
/
min-1-1.c.polylib
blob
a7de99f94fc567588043f732c876a2416156977a
1
/* Generated by CLooG v0.10.7 */
2
if (M >= 0) {
3
for (i=1;i<=N;i++) {
4
for (j=0;j<=min(min(i,-i+N),M);j++) {
5
S1 ;
6
}
7
}
8
}