Commit f83b236e by Geoffrey Keating Committed by Geoffrey Keating

* function.c (next_block_index): Mark with GTY.

From-SVN: r64551
parent e0ec941e
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
2003-03-18 Geoffrey Keating <geoffk@apple.com> 2003-03-18 Geoffrey Keating <geoffk@apple.com>
* function.c (next_block_index): Mark with GTY.
* config/rs6000/rs6000.md (macho_correct_pic): Correct pattern. * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
2003-03-18 Richard Henderson <rth@redhat.com> 2003-03-18 Richard Henderson <rth@redhat.com>
......
...@@ -6072,7 +6072,7 @@ get_block_vector (block, n_blocks_p) ...@@ -6072,7 +6072,7 @@ get_block_vector (block, n_blocks_p)
return block_vector; return block_vector;
} }
static int next_block_index = 2; static GTY(()) int next_block_index = 2;
/* Set BLOCK_NUMBER for all the blocks in FN. */ /* Set BLOCK_NUMBER for all the blocks in FN. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment