]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-strlen.c
Add new object_allocator and clean-up allocator usage.
[thirdparty/gcc.git] / gcc / tree-ssa-strlen.c
index 0f6750a8a53f86bfc61860b35b6f6af67245c736..cfe4dd9b31b01b373c6acd7bd76ad97fdec633bb 100644 (file)
@@ -113,7 +113,8 @@ typedef struct strinfo_struct
 } *strinfo;
 
 /* Pool for allocating strinfo_struct entries.  */
-static pool_allocator<strinfo_struct> strinfo_pool ("strinfo_struct pool", 64);
+static object_allocator<strinfo_struct> strinfo_pool ("strinfo_struct pool",
+                                                     64);
 
 /* Vector mapping positive string indexes to strinfo, for the
    current basic block.  The first pointer in the vector is special,