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
/
conditional_assignment3.c
blob
a4fce48c8d3d94befe2677aab1c2fd69966760c7
1
int
f
();
2
3
void
foo
()
4
{
5
int
t
;
6
#pragma scop
7
if
(
f
())
8
t
=
0
;
9
else
10
t
=
1
;
11
#pragma endscop
12
}