diff options
Diffstat (limited to 'gcc/ipa-prop.c')
-rw-r--r-- | gcc/ipa-prop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c index 34e4826..aa659b7 100644 --- a/gcc/ipa-prop.c +++ b/gcc/ipa-prop.c @@ -94,7 +94,7 @@ struct ipa_cst_ref_desc /* Allocation pool for reference descriptions. */ -static pool_allocator<ipa_cst_ref_desc> ipa_refdesc_pool +static object_allocator<ipa_cst_ref_desc> ipa_refdesc_pool ("IPA-PROP ref descriptions", 32); /* Return true if DECL_FUNCTION_SPECIFIC_OPTIMIZATION of the decl associated |