r121821 - in /trunk/gcc: ChangeLog alias.c call...
steven@gcc.gnu.org
steven@gcc.gnu.org
Sun Feb 11 19:53:00 GMT 2007
Author: steven
Date: Sun Feb 11 19:53:11 2007
New Revision: 121821
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121821
Log:
* fwprop.c (try_fwprop_subst): Use set_unique_reg_note
to add the REG_EQ* note.
* see.c (see_merge_one_use_extension): Likewise.
* local-alloc.c (update_equiv_regs): Likewise. Also don't
turn REG_EQUAL notes into REG_EQUIV notes if the target
register may have more than one set.
* function.c (assign_parm_setup_reg): Use set_unique_reg_note.
* gcse.c (try_replace_reg): Likewise.
* alias.c (init_alias_analysis): Use find_reg_equal_equiv_note.
* calls.c (fixup_tail_calls): Likewise. Abort if there is
more than one REG_EQUIV note.
* reload1.c (gen_reload): Use set_unique_reg_note.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/alias.c
trunk/gcc/calls.c
trunk/gcc/function.c
trunk/gcc/fwprop.c
trunk/gcc/gcse.c
trunk/gcc/local-alloc.c
trunk/gcc/reload1.c
trunk/gcc/see.c
More information about the Gcc-cvs
mailing list