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
extract_affine_from_call: extract out is_affine_builtin
[pet.git]
/
tests
/
loop7.c
blob
32d641bb329acb51cac9035f4e4c7cbf1dc59042
1
int
f
();
2
3
void
foo
()
4
{
5
int
i
;
6
int
a
;
7
8
#pragma scop
9
i
=
f
();
10
for
(
i
=
i
;
i
<
10
; ++
i
)
11
a
=
5
;
12
#pragma endscop
13
}