OSDN Git Service

* mips.c (epilogue_reg_mentioned_p): Delete unused function.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Jul 1997 15:48:51 +0000 (15:48 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Jul 1997 15:48:51 +0000 (15:48 +0000)
commita875c07c13d7151e9a3de7e6a4bc8de8680e889f
tree5e01199fcba309c34ef4cc3157abf0ce7fb2e7c8
parentec786181781df1caec83c67604b9d98866169fdc
    * mips.c (epilogue_reg_mentioned_p): Delete unused function.
        (mips_epilogue_delay_slots): Likewise.
        (function_epilogue): Greatly simplify.
        (mips_expand_epilogue): If we have a null prologue/epilogue,
        then use a normal return insn.  Emit blockage insns before
        stack pointer adjustments.
        (mips_can_use_return_insn): Renamed from simple_epilogue_p.  All
        callers changed.  Do not use return insns if $31 is live in the
        function or if generating profiling information.
        * mips.h (DELAY_SLOTS_FOR_EPILOGUE): Delete.
        (ELIGIBLE_FOR_EPILOGUE_DELAY): Likewise.
        * mips.md (return): Remove expander and change the pattern to
        look like a standard "return" insn.
        (return_internal): Show use of $31 explictly.
        (epilogue expander): Enable.

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