Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
phi-opt-6.c
blob: a5020c058670eac97326e3061ce1f424cf4e47d0 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O -fdump-tree-phiopt2" } */
struct
C
{
int
i
;
};
int
*
g
(
struct
C
*
p
)
{
if
(
p
)
return
&
p
->
i
;
return
(
int
*)
0
;
}
/* { dg-final { scan-tree-dump-not "if" "phiopt2" } } */