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]

dce.c -> ssa-dce.c



I renamed dce.c to ssa-dce.c in the mainline sources.  These are the
corresponding Makefile.in and po/POTFILES.in changes.

	* Makefile.in (OBJS): Replace dce.o with ssa-dce.o
	(dependencies): Replace dce.c with ssa-dce.c and dce.o with
	ssa-dce.o.

	* POTFILES.in: Replace dce.c with ssa-dce.c.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/Makefile.in,v
retrieving revision 1.678
diff -c -3 -p -r1.678 Makefile.in
*** Makefile.in	2001/06/18 15:35:45	1.678
--- Makefile.in	2001/06/19 13:58:35
*************** C_OBJS = c-parse.o c-lang.o $(C_AND_OBJC
*** 731,737 ****
  
  OBJS =									\
   alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o		\
!  combine.o conflict.o convert.o cse.o cselib.o dbxout.o dce.o		\
   dependence.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o	\
   dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o	\
   fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o	\
--- 731,737 ----
  
  OBJS =									\
   alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o		\
!  combine.o conflict.o convert.o cse.o cselib.o dbxout.o ssa-dce.o	\
   dependence.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o	\
   dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o	\
   fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o	\
*************** lcm.o : lcm.c $(CONFIG_H) $(SYSTEM_H) $(
*** 1436,1442 ****
  ssa.o : ssa.c $(CONFIG_H) $(SYSTEM_H) $(REGS_H) varray.h $(EXPR_H) \
     hard-reg-set.h flags.h function.h real.h insn-config.h $(RECOG_H)	\
     $(BASIC_BLOCK_H) output.h ssa.h
! dce.o : dce.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) hard-reg-set.h 
$(BASIC_BLOCK_H) \
     ssa.h insn-config.h $(RECOG_H) output.h
  conflict.o : conflict.c $(CONFIG_H) $(SYSTEM_H) $(OBSTACK_H) $(HASHTAB_H) \
     $(RTL_H) hard-reg-set.h $(BASIC_BLOCK_H)
--- 1436,1442 ----
  ssa.o : ssa.c $(CONFIG_H) $(SYSTEM_H) $(REGS_H) varray.h $(EXPR_H) \
     hard-reg-set.h flags.h function.h real.h insn-config.h $(RECOG_H)	\
     $(BASIC_BLOCK_H) output.h ssa.h
! ssa-dce.o : ssa-dce.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) hard-reg-set.h 
$(BASIC_BLOCK_H) \
     ssa.h insn-config.h $(RECOG_H) output.h
  conflict.o : conflict.c $(CONFIG_H) $(SYSTEM_H) $(OBSTACK_H) $(HASHTAB_H) \
     $(RTL_H) hard-reg-set.h $(BASIC_BLOCK_H)
Index: po/POTFILES.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/po/POTFILES.in,v
retrieving revision 1.47
diff -c -3 -p -r1.47 POTFILES.in
*** POTFILES.in	2001/06/11 23:00:39	1.47
--- POTFILES.in	2001/06/19 13:58:35
*************** cselib.h
*** 714,720 ****
  dbxout.c
  dbxout.h
  dbxstclass.h
- dce.c
  defaults.h
  dependence.c
  diagnostic.c
--- 714,719 ----
*************** sibcall.c
*** 1007,1012 ****
--- 1006,1012 ----
  simplify-rtx.c
  ssa.c
  ssa.h
+ ssa-dce.c
  stack.h
  stmt.c
  stor-layout.c






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