repo.or.cz
/
pet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tree2scop.c: scop_from_non_affine_while: drop preallocation of statement number
[pet.git]
/
tests
/
generic_condition2.c
blob
23f385b50aeea43ed0a590de03a834af33645253
1
void
foo
(
int
N
)
2
{
3
int
i
,
j
;
4
int
a
;
5
6
#pragma scop
7
for
(
i
=
0
;
i
<=
4
; ++
i
)
8
for
(
j
=
i
;
j
<=
5
* ((
j
+
2
)/
5
); ++
j
)
9
a
=
5
;
10
#pragma endscop
11
}