From: Richard Earnshaw Date: Mon, 21 Jun 1999 23:22:32 +0000 (-0600) Subject: final.c (shorten_branches): Don't try to split an insn that has been deleted. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e598cdff725251e8f278a4c6976ad61bf22210ed;p=gcc.git final.c (shorten_branches): Don't try to split an insn that has been deleted. � * final.c (shorten_branches): Don't try to split an insn that has been deleted. From-SVN: r27690 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d4089ba23fe..7af815a9d0f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 22 00:20:05 1999 Richard Earnshaw (rearnsha@arm.com) + + * final.c (shorten_branches): Don't try to split an insn that has + been deleted. + Mon Jun 21 12:47:39 1999 Mark Mitchell * config/mips/mips.c (symbolic_expression_p): New function.