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
isl_pw_*_set_tuple_id: fix memory management annotation
[isl.git]
/
test_inputs
/
codegen
/
cloog
/
guide.c
blob
bc48f1efe8a3e8daf408d7805b5947a2acf6aa15
1
{
2
for
(
int
c0
=
1
;
c0
<=
N
;
c0
+=
1
)
3
S1
(
c0
);
4
for
(
int
c0
=
N
+
1
;
c0
<=
2
*
N
;
c0
+=
1
)
5
S2
(
c0
);
6
}