* flow.c (create_basic_block): Disregard integrated bb notes.

From-SVN: r25510
This commit is contained in:
Richard Henderson 1999-02-28 08:41:04 -08:00 committed by Richard Henderson
parent 532eedf4ed
commit b3bf5bde78
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sun Feb 28 16:40:00 1999 Richard Henderson <rth@cygnus.com>
* flow.c (create_basic_block): Disregard integrated bb notes.
Sun Feb 28 15:57:06 1999 Richard Henderson <rth@cygnus.com>
* sparc.md (blockage, nonlocal_goto_receiver): Set length to 0.

View File

@ -740,6 +740,7 @@ create_basic_block (index, head, end, bb_note)
basic_block bb;
if (bb_note
&& ! RTX_INTEGRATED_P (bb_note)
&& (bb = NOTE_BASIC_BLOCK (bb_note)) != NULL
&& bb->aux == NULL)
{