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