function.c (thread_prologue_and_epilogue_insns): Don't replace jumps with returns...
authorClinton Popetz <cpopetz@cygnus.com>
Tue, 8 Feb 2000 16:32:20 +0000 (16:32 +0000)
committerClinton Popetz <cpopetz@gcc.gnu.org>
Tue, 8 Feb 2000 16:32:20 +0000 (11:32 -0500)
commita617c13f06557d8dfe444aa21e656e062caa1bf7
tree0fb92cf13c82bb676e9d1a6ca09a2805f69649e9
parent4d6b6776c8f56bccd73062e2418346f2ea89cd45
function.c (thread_prologue_and_epilogue_insns): Don't replace jumps with returns unless they are jumps to the fallthru block.

        * function.c (thread_prologue_and_epilogue_insns): Don't replace
        jumps with returns unless they are jumps to the fallthru block.

From-SVN: r31852
gcc/ChangeLog
gcc/function.c