On Tue, Nov 5, 2013 at 2:06 PM, Andrew MacLeod wrote:
> I noticed that gimple.h::phi_ssa_name_p is used in exactly one location,
> tree-outof-ssa.c. Its used in an expression, and the name isn't really very
> clear.
>
> I renamed it and rolled the rest of the expression into the new function,
> a
I noticed that gimple.h::phi_ssa_name_p is used in exactly one location,
tree-outof-ssa.c. Its used in an expression, and the name isn't really
very clear.
I renamed it and rolled the rest of the expression into the new
function, and made it static within tree-outof-ssa.c.
Bootstraps on x86