aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-05-10 10:42:17 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-05-10 10:42:17 -0700
commit0d12ea97198406563afcf4f7de411f702ca199ea (patch)
tree05cdb7e2f127fb927104c7b31eaf8a5cf8f22be1 /gcc/flow.c
parent5ac38d52bb73f75fd11cae8074afbd4b42e7e459 (diff)
downloadgcc-0d12ea97198406563afcf4f7de411f702ca199ea.zip
gcc-0d12ea97198406563afcf4f7de411f702ca199ea.tar.gz
gcc-0d12ea97198406563afcf4f7de411f702ca199ea.tar.bz2
flow.c (find_basic_blocks_1): Remove any spare bb_note after completion.
* flow.c (find_basic_blocks_1): Remove any spare bb_note after completion. From-SVN: r33826
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 239c70f..e20e4b2 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -739,6 +739,8 @@ find_basic_blocks_1 (f)
if (head != NULL_RTX)
create_basic_block (i++, head, end, bb_note);
+ else if (bb_note)
+ flow_delete_insn (bb_note);
if (i != n_basic_blocks)
abort ();