flow.c (split_edge): If we have to insert a new jump, make sure to associate it with...
authorJeffrey A Law <law@cygnus.com>
Thu, 13 Jan 2000 05:41:44 +0000 (05:41 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 13 Jan 2000 05:41:44 +0000 (22:41 -0700)
commit08520ad8d610dd05a635283ddf07ae95e4798a13
tree3e1c2be8dccc28121be86f99fe0e7b0ec499deae
parent499bf451e340a680eddec460999eb2857b56d9a2
flow.c (split_edge): If we have to insert a new jump, make sure to associate it with a basic block.

* flow.c (split_edge): If we have to insert a new jump, make
sure to associate it with a basic block.

* flow.c (commit_one_edge_insertion): A block with one successor
can end in a JUMP_INSN that is not a simplejump.

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