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]

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


Author: spark
Date: Tue Apr 24 20:58:38 2007
New Revision: 124118

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124118
Log:
2007-04-24  Seongbae Park <seongbae.park@gmail.com>

	* final.c (leaf_renumber_regs_insn): Use SET_REGNO().
	* df-scan.c (df_insn_refs_collect): Handle non-local gotos.
	* sparc.c: New include of df.h.
	* dce.c (prescan_insns_for_dce): Call mark_libcall for all insns 
	with with REG_LIBCALL_ID.


Modified:
    branches/dataflow-branch/gcc/ChangeLog.dataflow
    branches/dataflow-branch/gcc/config/sparc/sparc.c
    branches/dataflow-branch/gcc/dce.c
    branches/dataflow-branch/gcc/df-scan.c
    branches/dataflow-branch/gcc/final.c


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