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]

r120666 - in /branches/dataflow-branch/gcc: Cha...


Author: spark
Date: Thu Jan 11 06:35:08 2007
New Revision: 120666

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120666
Log:
2007-01-10  Seongbae Park <seongbae.park@gmail.com>
	* df-core.c (df_worklist_propagate_backward,
	df_worklist_dataflow)): More comments.
	(df_iterative_dataflow): Whitespace fixup.
	* cfganal.c (inverted_post_order_compute):
	More comments and rename a local variable DEST to PRED.
	(df_find_deadend): More comments. Use gcc_unreachable().


Modified:
    branches/dataflow-branch/gcc/ChangeLog.dataflow
    branches/dataflow-branch/gcc/cfganal.c
    branches/dataflow-branch/gcc/df-core.c


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