OSDN Git Service

(registers_ok_for_ldd_peep, addrs_ok_for_ldd_peep):
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Jul 1992 20:02:29 +0000 (20:02 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Jul 1992 20:02:29 +0000 (20:02 +0000)
commit927ae8b54b27c47802f43e15b485533cec1505b8
treea5b4a961cea40d672a851c4adea1a8d7ca06e376
parentd067c63d48ed90876dae8de5edb41e8077cdb345
(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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1662 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/config/sparc/sparc.c