* function.c (next_block_index): Mark with GTY.
From-SVN: r64551
This commit is contained in:
parent
e0ec941e48
commit
f83b236e2a
@ -5,6 +5,8 @@
|
||||
|
||||
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.
|
||||
|
||||
2003-03-18 Richard Henderson <rth@redhat.com>
|
||||
|
@ -6072,7 +6072,7 @@ get_block_vector (block, n_blocks_p)
|
||||
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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user