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
interface/python.cc: fix typo in comment
[isl.git]
/
test_inputs
/
codegen
/
empty.c
blob
020573503a77b6898f1147feff73f1dda107dbb5
1
for
(
int
c0
=
0
;
c0
<=
10
;
c0
+=
1
) {
2
S0
(
c0
);
3
S1
(
c0
);
4
if
(
c0
==
5
)
5
S2
();
6
}