This is the mail archive of the gcc-patches@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: [patch] tree-outof-ssa.c: Remove SSANORM_USE_COALESCE_LIST.


On Tue, 2005-02-22 at 09:06 -0500, Kazu Hirata wrote:
> Hi,
> 
> Attached is a patch to remove SSANORM_USE_COALESCE_LIST.
> 
> rewrite_out_of_ssa always passes SSANORM_USE_COALESCE_LIST to
> coalesce_ssa_name.  So we can remove SSANORM_USE_COALESCE_LIST and all
> the uses of it.
> 
> The patch appears to be big because of indentation changes, but the
> core part of it is very small.
> 
> Tested on i686-pc-linux-gnu.  OK to apply?
> 
> Kazu Hirata
> 
> 2005-02-22  Kazu Hirata  <kazu@cs.umass.edu>
> 
> 	* tree-outof-ssa.c (SSANORM_USE_COALESCE_LIST): Remove.
> 	(coalesce_ssa_name): Don't check for
> 	SSANORM_USE_COALESCE_LIST.
> 	(rewrite_out_of_ssa): Don't use SSANORM_USE_COALESCE_LIST.
This is fine.  

Thanks,
jeff



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