stmt.c
96.9 KB
-
Makefile.in (stmt.o): Add alloc-pool.h dependency. · 6ac1b3a4
2007-09-05 Laurynas Biveinis <laurynas.biveinis@gmail.com> * Makefile.in (stmt.o): Add alloc-pool.h dependency. * stmt.c: Include alloc-pool.h. (struct case_node): Remove GTY marker. (add_case_node): New parameter case_node_pool. Use it for allocation of r. (expand_case): New allocation pool case_node_pool. Initialize it, pass to add_case_node and free it. From-SVN: r128139
Laurynas Biveinis committed