flow.c (create_basic_block): Make sure the bb note is in the block.
authorRichard Henderson <rth@cygnus.com>
Tue, 6 Apr 1999 15:45:55 +0000 (08:45 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 6 Apr 1999 15:45:55 +0000 (08:45 -0700)
commiteeea333e3b37c1e1d9fd13dcb2d60d626aff5bd4
tree863827c839c5bb0ebd7c848b83a3904379b1c89e
parent4bb0968f4e3eb6af9a9a1ba5758ebea168a4b2e2
flow.c (create_basic_block): Make sure the bb note is in the block.

        * flow.c (create_basic_block): Make sure the bb note is in the block.
        (can_delete_note_p): Rename from delete_note_p.
        (delete_insn_chain): Preserve undeleteable labels too.
        (tidy_fallthru_edge): Use next_real_insn instead of confusing
        inline code.

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