combine.c (can_combine_p): Do not prevent building insns that use and clobber the...
authorUlrich Weigand <uweigand@de.ibm.com>
Mon, 28 Jun 2004 13:11:44 +0000 (13:11 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Mon, 28 Jun 2004 13:11:44 +0000 (13:11 +0000)
commit45da19e38e9b2fecb8c4c609ba2b99be9dcc84ae
treea3302f4c09b4eb6c793d19de6e01698e604bf91a
parent03797ac58c0480e1221324d2532c5041f542fac2
combine.c (can_combine_p): Do not prevent building insns that use and clobber the same fixed hard register.

* combine.c (can_combine_p): Do not prevent building insns that use
and clobber the same fixed hard register.
(reg_dead_at_p): Likewise.

From-SVN: r83785
gcc/ChangeLog
gcc/combine.c