Makefile.in (stmt.o): Add alloc-pool.h dependency.
authorLaurynas Biveinis <laurynas.biveinis@gmail.com>
Wed, 5 Sep 2007 15:50:41 +0000 (15:50 +0000)
committerLaurynas Biveinis <lauras@gcc.gnu.org>
Wed, 5 Sep 2007 15:50:41 +0000 (15:50 +0000)
commit6ac1b3a475230d82bfa5c80ea3ac70ca0e1ac8cd
tree337c3e012e679db345f78cd2066a7fc4cd399987
parent5783dbc4129f645a81a19256659e0d60a789e8d4
Makefile.in (stmt.o): Add alloc-pool.h dependency.

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
gcc/ChangeLog
gcc/Makefile.in
gcc/stmt.c