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:
parent
802415d117
commit
06c8f57b44
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user