Commit 06c8f57b by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r96109
parent 802415d1
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
* c-typeck.c (constructor_stack, constructor_range_stack, * c-typeck.c (constructor_stack, constructor_range_stack,
initializer_stack): Make them static. initializer_stack): Make them static.
* cfg.c (rbi_pool): Make it static.
2005-03-08 Julian Brown <julian@codesourcery.com> 2005-03-08 Julian Brown <julian@codesourcery.com>
* config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK
......
...@@ -88,7 +88,7 @@ varray_type basic_block_info; ...@@ -88,7 +88,7 @@ varray_type basic_block_info;
basic_block ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR; basic_block ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR;
/* Memory alloc pool for bb member rbi. */ /* Memory alloc pool for bb member rbi. */
alloc_pool rbi_pool; static alloc_pool rbi_pool;
void debug_flow_info (void); void debug_flow_info (void);
static void free_edge (edge); static void free_edge (edge);
......
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