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
scop.c: scop_collect_accesses: rename "dim" variable to "space"
[pet.git]
/
tests
/
forward_substitution2.c
blob
52dd8ea76b0d4e17aa8806afe25fe4afbd172028
1
void
foo
(
int
N
)
2
{
3
int
a
[
10
],
b
,
c
;
4
#pragma scop
5
c
=
N
;
6
N
=
2
;
7
a
[
c
] =
5
;
8
#pragma endscop
9
}