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: set loop band schedule name from loop label if there is any
[pet.git]
/
tests
/
call4.c
blob
aadad4b201a87a9f43cd3c6b909b1079d2443578
1
int
f
(
int
);
2
3
void
foo
(
int
a
[
static
1
])
4
{
5
int
t
=
a
[
0
];
6
7
if
(
f
(
t
))
8
a
[
0
] =
t
+
1
;
9
}
10
11
void
bar
()
12
{
13
#pragma scop
14
int
s
;
15
foo
(&
s
);
16
#pragma endscop
17
}