From: Clinton Popetz Date: Thu, 10 Feb 2000 14:16:33 +0000 (+0000) Subject: function.c (thread_prologue_and_epilogue_insns): Uncomment last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98b7bb3848a6e56a9231c51af237e11e7c512eb0;p=gcc.git function.c (thread_prologue_and_epilogue_insns): Uncomment last change. * function.c (thread_prologue_and_epilogue_insns): Uncomment last change. From-SVN: r31890 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a7bbcf35ec5..e0e441fbedb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-02-09 Clinton Popetz + * function.c (thread_prologue_and_epilogue_insns): Uncomment + last change. + 2000-02-09 Richard Henderson * jump.c (delete_insn): Don't delete user labels at -O0. diff --git a/gcc/function.c b/gcc/function.c index f9d27886a86..9f96031a0cf 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -6731,8 +6731,8 @@ thread_prologue_and_epilogue_insns (f) /* If this block has only one successor, it both jumps and falls through to the fallthru block, so we can't delete the edge. */ - /*if (bb->succ->succ_next == NULL) - continue;*/ + if (bb->succ->succ_next == NULL) + continue; } else continue;