repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
replace CLooG test cases with schedule tree versions
[isl.git]
/
test_inputs
/
codegen
/
cloog
/
uday_scalars.c
blob
7d870a51926e01b3f676f184f9ea1ef8df0ee619
1
{
2
for
(
int
c0
=
0
;
c0
<=
n
;
c0
+=
1
)
3
S1
(
c0
,
0
,
0
);
4
for
(
int
c0
=
0
;
c0
<=
n
;
c0
+=
1
)
5
S2
(
0
,
c0
,
0
);
6
}