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
/
loop_body2.c
blob
5cda9d33024c358b82901447fda44440eef2117d
1
void
foo
()
2
{
3
int
i
;
4
int
a
;
5
6
for
(
i
=
0
;
i
<
10
; ++
i
) {
7
#pragma scop
8
a
=
5
;
9
#pragma endscop
10
}
11
12
}