]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/sel-sched-ir.c
Add new object_allocator and clean-up allocator usage.
[thirdparty/gcc.git] / gcc / sel-sched-ir.c
index 6ac2c4bbb8a80ac692de261beb4c57de51e01f51..998828593e07ea0ef8ff03bc81a148bca94b87f0 100644 (file)
@@ -59,7 +59,7 @@ vec<sel_region_bb_info_def>
     sel_region_bb_info = vNULL;
 
 /* A pool for allocating all lists.  */
-pool_allocator<_list_node> sched_lists_pool ("sel-sched-lists", 500);
+object_allocator<_list_node> sched_lists_pool ("sel-sched-lists", 500);
 
 /* This contains information about successors for compute_av_set.  */
 struct succs_info current_succs;