reorg.c (dbr_schedule): Allow current_function_return_rtx to be something other than...
authorJeffrey A Law <law@cygnus.com>
Wed, 27 Aug 1997 19:59:51 +0000 (19:59 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 27 Aug 1997 19:59:51 +0000 (13:59 -0600)
commitf345de42fc8437a8742aa40cf865de357b21e37f
tree7d1359bf6a618db548e998e24f753e012f4a0dbd
parent67f68fd265af43b2ebeb3d478f71da0389763a98
reorg.c (dbr_schedule): Allow current_function_return_rtx to be something other than a REG.

        * reorg.c (dbr_schedule): Allow current_function_return_rtx
        to be something other than a REG.
        * function.c (expand_function_end): Fix current_function_return_rtx
        if it was a pseudo.
Brought over from the fsf/devo.

From-SVN: r14972
gcc/ChangeLog
gcc/function.c
gcc/reorg.c