gcc/gcc ChangeLog.rtlopt var-tracking.c

zlomek@gcc.gnu.org zlomek@gcc.gnu.org
Wed Feb 5 11:07:00 GMT 2003


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	rtlopt-branch
Changes by:	zlomek@gcc.gnu.org	2003-02-05 11:07:14

Modified files:
	gcc            : ChangeLog.rtlopt var-tracking.c 

Log message:
	* var-tracking.c (MEM_HASH_VAL): Argument is DECL, not MEM.
	(VARIABLE_HASH_VAL): Added parenthesis around decl.
	(attrs_htab_insert): Added decl and offset arguments.
	(attrs_htab_delete): Use decl and offset instead of mem in arguments.
	(process_bb_delete): Likewise.
	(mem_htab_hash, mem_htab_eq, attrs_htab_different_1,
	attrs_htab_copy_1, attrs_htab_union_1): Argument of hash function is
	decl.
	(compute_bb_dataflow): Use appropriate parameters of
	attrs_htab_insert and attrs_htab_delete.
	(process_bb): Likewise.
	(dump_attrs_list): Display the variable as name+offset.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.rtlopt.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.1.2.121&r2=1.1.2.122
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/var-tracking.c.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.1.4.16&r2=1.1.4.17



More information about the Gcc-cvs mailing list