From 98b7bb3848a6e56a9231c51af237e11e7c512eb0 Mon Sep 17 00:00:00 2001 From: Clinton Popetz Date: Thu, 10 Feb 2000 14:16:33 +0000 Subject: function.c (thread_prologue_and_epilogue_insns): Uncomment last change. * function.c (thread_prologue_and_epilogue_insns): Uncomment last change. From-SVN: r31890 --- gcc/function.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/function.c') diff --git a/gcc/function.c b/gcc/function.c index f9d2788..9f96031 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; -- cgit v1.1