This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] How to increase PHI capacity?


On Mon, 2003-08-04 at 18:06, Steven Bosscher wrote:

> 	* tree-dfa.c (add_phi_arg): Allow PHI capacity to grow.
> 	* tree-flow.h  (add_phi_arg): Adjust prototype.
> 	* tree-ssa-pre.c (code_motion): Adjust call.
> 	* tree-ssa.c (rewrite_block): Likewise.
> 	* tree.c (resize_phi_node): New function.
> 	* tree.h (resize_phi_node): Add prototype.
> 
This is OK.  Thanks.  Only one minor nit, in tree.c:resize_phi_node,
rename the internal variable 'Phi' to 'new_phi'.  It's more readable
that way.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]