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_affine_if: check condition of conditional assignment
[pet.git]
/
tests
/
autodetect
/
while.c
blob
ae07c9fb810201d140ab03f8052fbb613db44d87
1
int
f
(
void
);
2
int
P
(
void
);
3
4
void
foo
(
int
n
)
5
{
6
int
s
;
7
8
while
(
P
()) {
9
s
=
f
();
10
loop
:
goto
loop
;
11
}
12
}