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
Update testsuite for ppl-0.10pre24.
[cloog-ppl.git]
/
test
/
dot2.c.ppl
blob
d274dd97ac1507cbd803d2e5864c6e9cc213a5e6
1
/* Generated from ./dot2.cloog by CLooG 0.15 64 bits in 0.01s. */
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
}