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
/
while_inc.c
blob
3eecd3b20a973044c4d15e79b0b124eef99db98e
1
void
foo
(
int
T
[
100
])
2
{
3
int
i
;
4
#pragma scop
5
i
=
0
;
6
while
(
i
<
100
) {
7
T
[
i
] =
i
;
8
i
++;
9
}
10
#pragma endscop
11
}