[Bug tree-optimization/15268] [tree-ssa] return statements are not combined on the tree level
kazu at cs dot umass dot edu
gcc-bugzilla@gcc.gnu.org
Fri Jun 4 19:38:00 GMT 2004
------- Additional Comments From kazu at cs dot umass dot edu 2004-06-04 19:38 -------
The last tree-ssa form looks like so:
f (x)
{
char * ret;
<bb 0>:
if (x_2 > 1B) goto <L0>; else goto <L2>;
<L0>:;
if (x_2 != 0B) goto <L1>; else goto <L2>;
<L1>:;
return 0B;
<L2>:;
return 0B;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15268
More information about the Gcc-bugs
mailing list