]> git.ipfire.org Git - thirdparty/gcc.git/commit
flow.c (delete_unreachable_blocks): Do not require an edge to be marked with EDGE_FAL...
authorJeffrey A Law <law@cygnus.com>
Fri, 9 Apr 1999 01:23:05 +0000 (01:23 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 9 Apr 1999 01:23:05 +0000 (19:23 -0600)
commitabb3f0a989ba263258704a50ca8bc5be8a35c40d
tree7e232abfa4411d0183d3a023adff0be5814cf8b6
parent10ef53b1ab73e5ed13a94c27d4fd1acb90a53fdd
flow.c (delete_unreachable_blocks): Do not require an edge to be marked with EDGE_FALLTHRU when...

* flow.c (delete_unreachable_blocks): Do not require an edge to
be marked with EDGE_FALLTHRU when tidying an edge which connects
consecutive basic blocks.
* flow.c (can_delete_label_p): Do not convert a label into a
deleted label here.

From-SVN: r26306
gcc/ChangeLog
gcc/flow.c