egcs/gcc ChangeLog.RA pre-reload.c

denisc@gcc.gnu.org denisc@gcc.gnu.org
Thu Jul 18 13:26:00 GMT 2002


CVSROOT:	/cvs/gcc
Module name:	egcs
Branch: 	new-regalloc-branch
Changes by:	denisc@gcc.gnu.org	2002-07-18 13:26:02

Modified files:
	gcc            : ChangeLog.RA pre-reload.c 

Log message:
	* pre-reload.c : Substitute all emit_insns to emit_insn.
	Substitute all emit_insns_before to emit_insn_before.
	(ra_insn_table_realloc): Bugfix. Argument SIZE now a size of table
	not a size of increasing.
	Update all calls to ra_insn_table_realloc.
	(ra_reg_table_realloc): Bugfix. Argument SIZE now a size of table
	not a size of increasing.
	Update all calls to ra_reg_table_realloc
	(pre_reload_collect): Use FOR_EACH_BB.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.RA.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.82&r2=1.1.2.83
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/pre-reload.c.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.9&r2=1.1.2.10



More information about the Gcc-cvs mailing list