(registers_ok_for_ldd_peep, addrs_ok_for_ldd_peep):
authorJeff Law <law@gcc.gnu.org>
Wed, 22 Jul 1992 20:02:29 +0000 (14:02 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 22 Jul 1992 20:02:29 +0000 (14:02 -0600)
commit7c56249dfc5c2b07aa44deab2baadbc3a1ce3894
treea5b4a961cea40d672a851c4adea1a8d7ca06e376
parent198586008bed3f282b57bc5ef40030f0534e293a
(registers_ok_for_ldd_peep, addrs_ok_for_ldd_peep):

Functions renamed from registers_ok_for_ldd and
memory_ok_for_ldd repectively.  All callers changed.
(register_ok_for_ldd): New function to determine if a register
is a pseudo or the first register in a hard register pair.
(mem_aligned_8): No longer static.  Return 0 instead of aborting
when presented with an rtx which is not a MEM.
(eligible_for_epilogue_delay): Use in_uncond_branch_delay since this
is an unconditional branch.

From-SVN: r1662
gcc/config/sparc/sparc.c