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]

r124325 - /branches/dataflow-branch/gcc/df-prob...


Author: zadeck
Date: Tue May  1 13:58:14 2007
New Revision: 124325

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124325
Log:
2007-05-01  Kenneth Zadeck <zadeck@naturalbridge.com>

	Do not delete regnotes when recreating them.
	* df-problems.c (df_kill_notes): Store notes into new parameters
	rather than killing them.
	(df_set_note): New function.
	(df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
	df_create_unused_note, df_ri_bb_compute): Call df_set_note to
	create new notes.
	


Modified:
    branches/dataflow-branch/gcc/df-problems.c


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