aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>1999-06-21 17:22:32 -0600
committerJeff Law <law@gcc.gnu.org>1999-06-21 17:22:32 -0600
commite598cdff725251e8f278a4c6976ad61bf22210ed (patch)
treedc3c1a66ced6a34f2e2641a55d06e6b504d0061f /gcc
parentd660677de96946d48de5c2627d6beccdac054567 (diff)
downloadgcc-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/ChangeLog5
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.