add a constructor to elim_graph
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Tue, 26 Jul 2016 10:44:25 +0000 (10:44 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Tue, 26 Jul 2016 10:44:25 +0000 (10:44 +0000)
commit61801db927998bb09c0c5c267869d3bf895d551a
tree9451504159b3c1b06c6fc8018482b12686923ac5
parentc8b1ebd997bf119a89f38d47e4d63153de3d7e66
add a constructor to elim_graph

gcc/ChangeLog:

2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* tree-outof-ssa.c (struct elim_graph): Change type of members
to auto_vec and auto_sbitmap.
(elim_graph::elim_graph): New constructor.
(delete_elim_graph): Remove.
(expand_phi_nodes): Adjust.

From-SVN: r238750
gcc/ChangeLog
gcc/tree-outof-ssa.c