diff options
Diffstat (limited to 'gcc/tree-ssa-reassoc.c')
-rw-r--r-- | gcc/tree-ssa-reassoc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-reassoc.c b/gcc/tree-ssa-reassoc.c index 932c83a..efb813c 100644 --- a/gcc/tree-ssa-reassoc.c +++ b/gcc/tree-ssa-reassoc.c @@ -209,7 +209,7 @@ typedef struct operand_entry unsigned int count; } *operand_entry_t; -static pool_allocator<operand_entry> operand_entry_pool ("operand entry pool", +static object_allocator<operand_entry> operand_entry_pool ("operand entry pool", 30); /* This is used to assign a unique ID to each struct operand_entry |