This is the mail archive of the gcc-cvs@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]

r208650 - in /trunk/gcc: ChangeLog df-problems.c


Author: rguenth
Date: Tue Mar 18 14:39:16 2014
New Revision: 208650

URL: http://gcc.gnu.org/viewcvs?rev=208650&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/df-problems.c


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