2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-13 14:11:18 +08:00

* cfg.c (rbi_pool): Make it static.

From-SVN: r96109
This commit is contained in:
Kazu Hirata 2005-03-08 16:17:05 +00:00 committed by Kazu Hirata
parent 802415d117
commit 06c8f57b44
2 changed files with 3 additions and 1 deletions

@ -3,6 +3,8 @@
* c-typeck.c (constructor_stack, constructor_range_stack,
initializer_stack): Make them static.
* cfg.c (rbi_pool): Make it static.
2005-03-08 Julian Brown <julian@codesourcery.com>
* config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK

@ -88,7 +88,7 @@ varray_type basic_block_info;
basic_block ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR;
/* Memory alloc pool for bb member rbi. */
alloc_pool rbi_pool;
static alloc_pool rbi_pool;
void debug_flow_info (void);
static void free_edge (edge);