Re: [patch] move phi_ssa_name_p.

2013-11-05 Thread Richard Biener
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

[patch] move phi_ssa_name_p.

2013-11-05 Thread Andrew MacLeod
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