]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/calls.cc
fwprop.c (try_fwprop_subst): Use set_unique_reg_note to add the REG_EQ* note.
authorSteven Bosscher <steven@gcc.gnu.org>
Sun, 11 Feb 2007 19:53:11 +0000 (19:53 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Sun, 11 Feb 2007 19:53:11 +0000 (19:53 +0000)
commita31830a7cab48698868c117ba9100ec31069a91b
treeb8e43a1106916133f6889b90922be4c1b0c3b737
parent4c38b6d9425a007d8e27511703f9660c48962e6e
fwprop.c (try_fwprop_subst): Use set_unique_reg_note to add the REG_EQ* note.

* 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.

From-SVN: r121821
gcc/ChangeLog
gcc/alias.c
gcc/calls.c
gcc/function.c
gcc/fwprop.c
gcc/gcse.c
gcc/local-alloc.c
gcc/reload1.c
gcc/see.c