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
add pet_scop_has_data_dependent_accesses
[pet.git]
/
tests
/
unsigned_break1.c
blob
0c66ba11507aef662111bc2fbf2eef1b2aab0719
1
void
foo
()
2
{
3
unsigned char
k
;
4
int
a
;
5
6
#pragma scop
7
for
(
k
=
252
; (
k
%
9
) <=
5
; ++
k
) {
8
a
=
5
;
9
if
(
k
==
1
)
10
break
;
11
a
=
6
;
12
}
13
#pragma endscop
14
}