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
/
scalar_inc.c
blob
7b161f11b45d8d151b11bee97437bd34feba6426
1
void
foo
()
2
{
3
int
a
;
4
5
#pragma scop
6
a
=
5
;
7
a
++;
8
#pragma endscop
9
}