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] Avoid two bitmap_copies in df


On Tue, Mar 18, 2014 at 01:32:57PM +0100, Richard Biener wrote:
> 2014-03-18  Richard Biener  <rguenther@suse.de>
> 
> 	* df-problems.c (df_rd_confluence_n): Avoid bitmap_copy
> 	by using bitmap_and_compl instead of bitmap_and_compl_into.
> 	(df_rd_transfer_function): Likewise.

Ok, thanks.

	Jakub


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