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
/
esced.c.ppl
blob
81e72fabc6a6a58767b62c1c585e1e058c14be3c
1
/* Generated by CLooG v0.12 in 0.00s. */
2
if (n >= 1) {
3
for (i=1;i<=m;i++) {
4
S1 ;
5
for (j=1;j<=n;j++) {
6
S2 ;
7
}
8
}
9
}
10
if (n <= 0) {
11
for (i=1;i<=m;i++) {
12
S1 ;
13
}
14
}