r119250 - in /trunk/gcc: ChangeLog cfgexpand.c ...

hubicka@gcc.gnu.org hubicka@gcc.gnu.org
Mon Nov 27 15:07:00 GMT 2006


Author: hubicka
Date: Mon Nov 27 15:07:10 2006
New Revision: 119250

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119250
Log:

	* cfgexpand.c (construct_exit_block): Don't disturb end of last BB.
	* rtl.texi (NOTE_INSN_FUNCTION_END): Remove.
	* final.c (final_scan_insn): Don't scan NOTE_INSN_FUNCTION_END.
	* insn-notes.def (FUNCTION_END): Remove.
	* jump.c (delete_related_insns): Don't worry about FUNCTION_END.
	(redicect_jump_2): Don't accept -1 parameter to remove FUNCTION_END
	note.
	* ifcvt.c (dead_or_predictable): Update call of redirect_jump_2.
	* function.c (expand_function_end): Don't emit NOTE_INSN_FUNCTION_END
	* cfglayout.c (duplicate_insn_chain): Don't worry about
	NOTE_FUNCTION_END.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cfgexpand.c
    trunk/gcc/cfglayout.c
    trunk/gcc/doc/rtl.texi
    trunk/gcc/function.c
    trunk/gcc/ifcvt.c
    trunk/gcc/insn-notes.def
    trunk/gcc/jump.c



More information about the Gcc-cvs mailing list