diff options
author | Richard Henderson <rth@cygnus.com> | 1999-02-28 08:41:04 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-02-28 08:41:04 -0800 |
commit | b3bf5bde78acc23f24d6c5c6f9361b48258a7e4f (patch) | |
tree | 9c915631e82ba97c12b217626120668525e8a6b1 /gcc/flow.c | |
parent | 532eedf4ed0003c90fcc460e5dfe94bd925108a2 (diff) | |
download | gcc-b3bf5bde78acc23f24d6c5c6f9361b48258a7e4f.zip gcc-b3bf5bde78acc23f24d6c5c6f9361b48258a7e4f.tar.gz gcc-b3bf5bde78acc23f24d6c5c6f9361b48258a7e4f.tar.bz2 |
* flow.c (create_basic_block): Disregard integrated bb notes.
From-SVN: r25510
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |