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]

Re: Change -fdce to -fssa-dce


On Fri, 29 Jun 2001 law@redhat.com wrote:

> 	* ssa-dce.c (ssa_eliminate_dead_code): Renamed from
> 	eliminate_date_code.
> 	* ssa.h (ssa_eliminate_dead_code): Corresponding changes.
> 	* timevar.def (TV_SSA_DCE): Renamed from TV_DEAD_CODE_ELIM.
> 	* toplev.c (DFI_ssa_dce): Renamed from DFI_dce.
> 	(dump_file_info): Similar changes.
> 	(flag_ssa_dce): Similarly
> 	(f_options): Similar changes.
> 	(rest_of_compilation): Corresponding changes.
> 	* doc/invoke.texi: Update as option is now -fssa-dce instead
> 	of -fdce.  Update dump file name.

The documentation of passes and files of the compiler in gcc.texi also
needs updating.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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