* flow.c (create_basic_block): Disregard integrated bb notes.
From-SVN: r25510
This commit is contained in:
parent
532eedf4ed
commit
b3bf5bde78
@ -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.
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user