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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
gimplefe-49.c
blob
d28dc70841eaee61ac1f6234c07ecdbfcc23971c
1
/* { dg-do compile } */
2
/* { dg-options "-fgimple" } */
3
4
__GIMPLE
(
ssa
)
int
*
5
bar
(
int
i
,
int
a
,
int
b
)
6
{
7
int
*
_3
;
8
int
*
p
;
9
10
__BB
(
2
):
11
if
(
i_24
(
D
) <=
0
)
12
goto
__BB3
;
13
else
14
goto
__BB4
;
15
16
__BB
(
3
):
17
_3
= &
a
;
18
goto
__BB5
;
19
20
__BB
(
4
):
21
p_4
= &
b
;
22
goto
__BB5
;
23
24
__BB
(
5
):
25
p_5
=
__PHI
(
__BB3
:
_3
,
__BB4
:
p_4
);
26
return
p_5
;
27
}