repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
test-flow.c
blob
01ec724eb2fefa2ec38ed9750c090d3ef1dacfba
1
foo
(
a
,
b
,
c
,
d
)
2
{
3
if
(
a
<
0
)
4
{
5
b
=
c
;
6
}
7
else
8
{
9
b
=
d
;
10
}
11
return
b
+
75
;
12
}