Commit 98b7bb38 by Clinton Popetz Committed by Clinton Popetz

function.c (thread_prologue_and_epilogue_insns): Uncomment last change.

	* function.c (thread_prologue_and_epilogue_insns): Uncomment
	last change.

From-SVN: r31890
parent 9e4cc722
2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
* function.c (thread_prologue_and_epilogue_insns): Uncomment
last change.
2000-02-09 Richard Henderson <rth@cygnus.com> 2000-02-09 Richard Henderson <rth@cygnus.com>
* jump.c (delete_insn): Don't delete user labels at -O0. * jump.c (delete_insn): Don't delete user labels at -O0.
......
...@@ -6731,8 +6731,8 @@ thread_prologue_and_epilogue_insns (f) ...@@ -6731,8 +6731,8 @@ thread_prologue_and_epilogue_insns (f)
/* If this block has only one successor, it both jumps /* If this block has only one successor, it both jumps
and falls through to the fallthru block, so we can't and falls through to the fallthru block, so we can't
delete the edge. */ delete the edge. */
/*if (bb->succ->succ_next == NULL) if (bb->succ->succ_next == NULL)
continue;*/ continue;
} }
else else
continue; continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment