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
Regenerate config files.
[cloog-ppl.git]
/
test
/
dot2.c.ppl
blob
7d510def183cfd3958a951f128401b242620267b
1
/* Generated from ./dot2.cloog by CLooG 0.15 64 bits in 0.00s. */
2
for (i=1;i<=min(M,N);i++) {
3
S1 ;
4
for (j=1;j<=M;j++) {
5
S2 ;
6
}
7
}
8
for (i=N+1;i<=M;i++) {
9
S1 ;
10
}
11
for (i=M+1;i<=N;i++) {
12
for (j=1;j<=M;j++) {
13
S2 ;
14
}
15
}