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
/
logopar.c.ppl
blob
62868078453cc843a81c3d8d8f6c11bff947dce0
1
/* Generated from ./logopar.cloog by CLooG 0.15 64 bits in 0.04s. */
2
for (j=0;j<=m;j++) {
3
S1(i = 1) ;
4
}
5
if (m >= n+1) {
6
for (i=2;i<=n;i++) {
7
for (j=0;j<=i-2;j++) {
8
S2 ;
9
}
10
for (j=i-1;j<=n;j++) {
11
S1 ;
12
S2 ;
13
}
14
for (j=n+1;j<=m;j++) {
15
S1 ;
16
}
17
}
18
}
19
if (m == n) {
20
for (i=2;i<=n;i++) {
21
for (j=0;j<=i-2;j++) {
22
S2 ;
23
}
24
for (j=i-1;j<=m;j++) {
25
S1 ;
26
S2 ;
27
}
28
}
29
}
30
for (i=n+1;i<=m+1;i++) {
31
for (j=i-1;j<=m;j++) {
32
S1 ;
33
}
34
}