diff options
author | Richard Earnshaw <rearnsha@arm.com> | 1999-06-21 17:22:32 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-06-21 17:22:32 -0600 |
commit | e598cdff725251e8f278a4c6976ad61bf22210ed (patch) | |
tree | dc3c1a66ced6a34f2e2641a55d06e6b504d0061f /gcc | |
parent | d660677de96946d48de5c2627d6beccdac054567 (diff) | |
download | gcc-e598cdff725251e8f278a4c6976ad61bf22210ed.zip gcc-e598cdff725251e8f278a4c6976ad61bf22210ed.tar.gz gcc-e598cdff725251e8f278a4c6976ad61bf22210ed.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d4089ba..7af815a 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 <mark@codesourcery.com> * config/mips/mips.c (symbolic_expression_p): New function. |